Back to Devexpress

GridColumnWidth.UnitType Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcolumnwidth.md

latest1.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridColumnUnitType UnitType { get; }
vb
Public ReadOnly Property UnitType As GridColumnUnitType

Property Value

TypeDescription
GridColumnUnitType

Determines the size.

|

Available values:

NameDescription
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

GridColumnWidth Struct

GridColumnWidth Members

DevExpress.Xpf.Grid Namespace