Skip to main content

GridColumnWidth.Value Property

Gets the absolute value of the column width.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double Value { get; }

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 a grid’s column width in pixels if the GridColumnWidth.UnitType property is set to Pixel.

The Value property returns the absolute value of a grid’s column width in stars if the GridColumnWidth.UnitType property is set to Star.

See Also