GridColumnWidth Properties
Represents the width of the columns 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 the type that is used to determine how the size of the element is calculated. |
Value | Gets the absolute value of the column width. |
See Also