EnumGridLinesVisibility
Enum
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.
Horizontal
The horizontal grid lines are visible.
None
No grid lines are visible.
Vertical
The vertical grid lines are visible.