Enum
GridViewLengthUnitType

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public enum GridViewLengthUnitType

Fields

Auto

The value indicates that content should be calculated based on the unconstrained sizes of all cells and header in a column.

Declaration

cs-api-definition
Auto = 0

Field Value

GridViewLengthUnitType

Pixel

The value is expressed in pixels.

Declaration

cs-api-definition
Pixel = 1

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

cs-api-definition
SizeToCells = 2

Field Value

GridViewLengthUnitType

SizeToHeader

The value indicates that content should be calculated based on the unconstrained size of the column header.

Declaration

cs-api-definition
SizeToHeader = 3

Field Value

GridViewLengthUnitType

Star

The value is expressed as a weighted proportion of available space.

Declaration

cs-api-definition
Star = 4

Field Value

GridViewLengthUnitType

In this article
DefinitionFieldsAutoPixelSizeToCellsSizeToHeaderStar
Not finding the help you need?
Contact Support