GraffitiSuite Docs
Docs
Graffitigridcolumn
Loading document parsing libraries...
# GraffitiGridColumn Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Sizings | FullWidthAndHeight <br > FullWidthCenterVertically <br > FullHeightCenterHorizontally <br > Middle | (None) | | SortDirections | Unsorted <br > Ascending <br > Descending | (None) | ## Constants | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AlignCenter | Double | 1 | (None) | | AlignLeft | Double | 0 | (None) | | AlignRight | Double | 2 | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | ColID as String <br> ColTitle as String <br> ColWidth as Integer | (None) | Creates an instance of the class with the parameters as property values. | | Constructor | ColID as String <br> ColTitle as String <br> ColWidth as String | (None) | Creates an instance of the class with the parameters as property values. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Alignment | Integer | (None) | The justification of the column's contents. | | Attributes | mObserver | GraffitiUpdateInterface | (None) | | CanResize | Boolean | (None) | Allows the column to be resized by the user. | | CanSort | Boolean | (None) | Allows the column to be sorted by the user. | | ControlSizing | Sizings | (None) | Determines how controls embedded within the row are sized. | | ID | String | (None) | Identifier used to tie columns and row cells together. | | OverrideWidth | Integer | (None) | Used to override width calculations. | | SortDirection | SortDirections | (None) | Directions in which to sort column values. | | Title | String | (None) | Header text. | | Width | String | (None) | Width of the column. Valid values: 100 10% flex |