Skip to main content

GridColumnWidth Properties

A column’s width in the GridControl.
Name Description
IsAbsolute Gets a value that indicates whether this instance sizes elements based on a fixed pixel value.
IsAuto Gets a value that indicates whether this instance automatically sizes elements based on content.
IsStar Gets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space.
UnitType Gets a value that specifies how the GridControl calculates a column’s width.
Value Gets the absolute value of the column width.
See Also