Class DataGridColumnSizeMode
Defines the possible ways a Data
Inheritance
System.Object
DataGridColumnSizeMode
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataGridColumnSizeMode : Enum
Fields
Auto
The columns is sized to its desired width. That is the maximum desired width of all associated cells.
Declaration
public const DataGridColumnSizeMode Auto
Field Value
Fixed
The column has a fixed width as defined by its Width property.
Declaration
public const DataGridColumnSizeMode Fixed
Field Value
Stretch
The column is stretched to the available width proportionally to its desired width.
Declaration
public const DataGridColumnSizeMode Stretch
Field Value
value__
Declaration
public int value__
Field Value
System.
|