New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
[Flags]
public enum GridLinesVisibility

Fields

Both horizontal and vertical grid lines are visible.

C#
Both = Horizontal | Vertical

The horizontal grid lines are visible.

C#
Horizontal = 1

No grid lines are visible.

C#
None = 0

The vertical grid lines are visible.

C#
Vertical = 2
In this article
DefinitionFieldsBothHorizontalNoneVertical
Not finding the help you need?
Contact Support