GridColumnWidth.UnitType Property
In This Article
Gets a value that specifies how the GridControl calculates a column’s width.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridColumnUnitType UnitType { get; }
#Property Value
Type | Description |
---|---|
Grid |
A value that specifies how the Grid |
Available values:
Name | Description |
---|---|
Pixel | The Grid |
Star | The Grid |
Auto | The Grid |
See Also