Skip to main content
A newer version of this page is available. .

GridColumnWidth.Value Property

Gets the absolute value of the column width.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public readonly 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 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