Enum GridViewLengthUnitType
Used to indicate the type of value that DataGridLength is holding.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum GridViewLengthUnitType
Auto
The value indicates that content should be calculated based on the unconstrained sizes of all cells and header in a column.
Pixel
The value is expressed in pixels.
SizeToCells
The value indicates that content should be be calculated based on the unconstrained sizes of all cells in a column.
SizeToHeader
The value indicates that content should be calculated based on the unconstrained size of the column header.
Star
The value is expressed as a weighted proportion of available space.