Class DataGridFrozenColumnsSplitterAppearance
Defines the appearance settings applied to the splitter of the frozen columns.
Inheritance
System.Object
DataGridFrozenColumnsSplitterAppearance
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridFrozenColumnsSplitterAppearance : DataGridBorderAppearance
Fields
WidthProperty
Identifies the Width property.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Width
Gets or sets the width of the splitter.
Declaration
public double Width { get; set; }
Property Value
System.Double
|