Class ColumnSizer
Defines constants that specify how elements in a SfDataGrid are sized.
Inheritance
System.Object
ColumnSizer
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class ColumnSizer : Enum
Fields
Auto
The unit of measure is based on the maximum Content size of either the header or record data.
Declaration
public const ColumnSizer Auto
Field Value
Type |
---|
ColumnSizer |
LastColumnFill
The unit of measure is based on the default column size with last column fill.
Declaration
public const ColumnSizer LastColumnFill
Field Value
Type |
---|
ColumnSizer |
None
The unit of measure is a fixed value.
Declaration
public const ColumnSizer None
Field Value
Type |
---|
ColumnSizer |
SizeToHeader
The unit of measure is based on the size of the header data.
Declaration
public const ColumnSizer SizeToHeader
Field Value
Type |
---|
ColumnSizer |
Star
The unit of measure is a weighted proportion of the available space.
Declaration
public const ColumnSizer Star
Field Value
Type |
---|
ColumnSizer |