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.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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