Back to Devexpress

GridColumnWidth Struct

wpf-devexpress-dot-xpf-dot-grid-846ad1bf.md

latest1.2 KB
Original Source

GridColumnWidth Struct

Represents the width of the columns in the GridControl.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public struct GridColumnWidth :
    IEquatable<GridColumnWidth>
vb
Public Structure GridColumnWidth
    Implements IEquatable(Of GridColumnWidth)

The following members return GridColumnWidth objects:

Remarks

The GridColumnUnitType enum lists the values that are used to specify the BaseColumn.Width property.

See Also

GridColumnWidth Members

DevExpress.Xpf.Grid Namespace