RadControls for Silverlight

Used to indicate the type of value that DataGridLength is holding.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public enum GridViewLengthUnitType
Visual Basic
Public Enumeration GridViewLengthUnitType

Members

Member nameValueDescription
Auto0 The value indicates that content should be calculated based on the unconstrained sizes of all cells and header in a column.
Pixel1 The value is expressed in pixels.
SizeToCells2 The value indicates that content should be be calculated based on the unconstrained sizes of all cells in a column.
SizeToHeader3 The value indicates that content should be calculated based on the unconstrained size of the column header.
Star4 The value is expressed as a weighted proportion of available space.

See Also