Skip to main content

GridColumnWidth.UnitType Property

Gets the type that is used to determine how the size of the element is calculated.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridColumnUnitType UnitType { get; }

Property Value

Type Description
GridColumnUnitType

Determines the size.

Available values:

Name Description
Pixel

The GridControl sizes the column based on an absolute value in pixels.

Star

The GridControl sizes the column based on a weighted proportion of available space.

Auto

The GridControl sizes the column based on the cell content.

See Also