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

GridColumnWidth Struct

Represents the width of the columns in the GridControl.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public struct GridColumnWidth :
    IEquatable<GridColumnWidth>

The following members return GridColumnWidth objects:

Remarks

The objects of the GridColumnWidth type are used to set the BaseColumn.Width property values.

See Also