Enum
GridLinesVisibility

Defines the visibility of the horizontal and vertical lines that enclose a cell within a tabular component (e.g. RadDataGrid, RadCalendar, etc.).

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum GridLinesVisibility

Fields

Both

Both horizontal and vertical grid lines are visible.

Declaration

cs-api-definition
Both = Horizontal | Vertical

Field Value

GridLinesVisibility

Horizontal

The horizontal grid lines are visible.

Declaration

cs-api-definition
Horizontal = 1

Field Value

GridLinesVisibility

None

No grid lines are visible.

Declaration

cs-api-definition
None = 0

Field Value

GridLinesVisibility

Vertical

The vertical grid lines are visible.

Declaration

cs-api-definition
Vertical = 2

Field Value

GridLinesVisibility

In this article
DefinitionFieldsBothHorizontalNoneVertical
Not finding the help you need?
Contact Support