GridColumnWidth.Value Property
In This Article
Gets the absolute value of the column width.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Double | The absolute value of the grid column width in pixels or in stars. |
#Remarks
The Value property returns the absolute value of grid column width in pixels if the GridColumnWidth.UnitType property is set to Pixel.
The Value property returns the absolute value of grid column width in stars if the GridColumnWidth.UnitType property is set to Star.
See Also