Class GridViewLengthUnitType
Used to indicate the type of value that DataGridLength is holding.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class GridViewLengthUnitType : Enum
Fields
Auto
The value indicates that content should be calculated based on the unconstrained sizes of all cells and header in a column.
Declaration
public const GridViewLengthUnitType Auto
Field Value
GridViewLengthUnitType
|
Pixel
The value is expressed in pixels.
Declaration
public const GridViewLengthUnitType Pixel
Field Value
GridViewLengthUnitType
|
SizeToCells
The value indicates that content should be be calculated based on the unconstrained sizes of all cells in a column.
Declaration
public const GridViewLengthUnitType SizeToCells
Field Value
GridViewLengthUnitType
|
SizeToHeader
The value indicates that content should be calculated based on the unconstrained size of the column header.
Declaration
public const GridViewLengthUnitType SizeToHeader
Field Value
GridViewLengthUnitType
|
Star
The value is expressed as a weighted proportion of available space.
Declaration
public const GridViewLengthUnitType Star
Field Value
GridViewLengthUnitType
|
value__
Declaration
public int value__
Field Value
System.Int32
|