Class GridControlLengthUnitType
Defines constants that describe how Syncfusion.Windows.Controls.Grid elements, such as columns, are sized.
Inheritance
System.Object
GridControlLengthUnitType
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridControlLengthUnitType : Enum
Fields
Auto
The unit of measure is based on the size of the cells and the column header.
Declaration
public const GridControlLengthUnitType Auto
Field Value
Type |
---|
GridControlLengthUnitType |
AutoOnLoad
The unit of measure is based on the size of the cells and the column header with Last column fill and for only once.
Declaration
public const GridControlLengthUnitType AutoOnLoad
Field Value
Type |
---|
GridControlLengthUnitType |
AutoOnLoadWithLastColumnFill
The unit of measure is based on the size of the cells and the column header with Last column fill and for only once.
Declaration
public const GridControlLengthUnitType AutoOnLoadWithLastColumnFill
Field Value
Type |
---|
GridControlLengthUnitType |
AutoWithLastColumnFill
The unit of measure is based on the size of the cells and the column header with Last column fill.
Declaration
public const GridControlLengthUnitType AutoWithLastColumnFill
Field Value
Type |
---|
GridControlLengthUnitType |
None
No Sizing
Declaration
public const GridControlLengthUnitType None
Field Value
Type |
---|
GridControlLengthUnitType |
SizeToCells
The unit of measure is based on the size of the cells.
Declaration
public const GridControlLengthUnitType SizeToCells
Field Value
Type |
---|
GridControlLengthUnitType |
SizeToHeader
The unit of measure is based on the size of the column header.
Declaration
public const GridControlLengthUnitType SizeToHeader
Field Value
Type |
---|
GridControlLengthUnitType |
Star
The unit of measure is a weighted proportion of the available space.
Declaration
public const GridControlLengthUnitType Star
Field Value
Type |
---|
GridControlLengthUnitType |