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

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.v19.1.Core.dll

Declaration

public GridColumnUnitType UnitType { get; }

Property Value

Type Description
DevExpress.Xpf.Grid.GridColumnUnitType

One of the DevExpress.Xpf.Grid.GridColumnUnitType enumeration value that represents how size is determined.

See Also