Class DataGridFrozenColumnsSplitterStyle
Defines the appearance settings applied to the splitter of the frozen columns.
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridFrozenColumnsSplitterStyle : DataGridBorderStyle
Constructors
DataGridFrozenColumnsSplitterStyle()
Declaration
public DataGridFrozenColumnsSplitterStyle()
Properties
Width
Gets or sets the width of the splitter.
Declaration
public double Width { get; set; }
Property Value
System.Double
|