Summary
Determines whether the inner cells' vertical/horizontal gridlines are shown or not.
- Namespace
- Avalonia
.Controls - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["DataGridGridLinesVisibility"]
class Type type-node
Syntax
[Flags]
public enum DataGridGridLinesVisibility
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
All | 3 |
static
|
Horizontal | 1 |
static
|
None | 0 |
static
|
Vertical | 2 |
static
|