Alignment |
Specifies the alignment for the column. |
AllowDrag |
Allows/Disallows dragging of the column. |
AllowRemove |
The AllowRemove property specifies whether the Column can be removed from the Grid Control. |
AutoSize |
Specifies if column auto sizing is on or off. |
AutoSortWhenGrouped |
Gets/sets whether items in the column are automatically sorted when grouped. |
BestFitMode |
Gets or sets the best fit mode used. |
Caption |
The text caption for the column header. |
DrawFooterDivider |
Gets/sets whether the divider is drawn between column footers. |
DrawFooterRowsVGrid |
Gets/sets whether to draw a vertical grid line on the right side of column footer rows when a vertical grid line style has been used. |
DrawHeaderDivider |
Gets/sets whether the divider is drawn between column headers. |
DrawHeaderRowsVGrid |
Gets/sets whether to draw a horizontal grid line on the right side of column footer rows when a horizontal grid line style has been used. |
Editable |
Gets/sets whether the GridRecordItems in the column can be edited. |
EditOptions |
Edit options to be applied to all GridRecordItems in the column. |
Expanded |
Specifies whether the column is in an expanded state. |
Filterable |
Gets/sets column filterable mode (TRUE - filterable, FALSE - not filterable). |
FooterAlignment |
Gets/sets the column footer text alignment. |
FooterFont |
Font used to display footer text. |
FooterText |
Gets/sets the text that is displayed in the column's footer. |
Groupable |
Determines if a column can be grouped. |
HeaderAlignment |
Gets/sets the column header text alignment. |
Icon |
Id/Index of an icon stored in an ImageList/Collection of icons that is displayed in the column header. |
Index |
Current index of the column. |
ItemIndex |
Default index of the column. The index of the column within the GridControl's collection of columns. |
Key |
Gets or sets the internal column name which is used in serialization to uniquely identify the column rather than column index. |
MaximumWidth |
Maximum column width (if set as positive). This only applies when AutoSize is False. |
MinimumWidth |
Specifies the minimum width that a column can be sized to if resizable. |
NextVisualBlock |
Specifies the number of columns that will be hidden when the column is expanded. |
OldVisibleIndex |
Old index of the column. |
PlusMinus |
Specifies whether the column will have an arrow button in the column header that allows the column to be expanded. |
Resizable |
Indicates whether the column is resizable. |
ShowInFieldChooser |
Indicates if a column will appear in the FieldChooser when the column is hidden or in the "Group By Box." |
Sortable |
Specified whether the column can be sorted when the user clicks on the column header. |
SortAscending |
Specifies how the records in the column are sorted (ascending or descending order). |
Tag |
Used to hold any extra data that might be useful. |
Tooltip |
Gets/sets the tool tip that is displayed when the mouse cursor is positioned over the column header. |
TreeColumn |
Specifies whether the column has GridRecordItems that contain an expand/collapse button. |
Visible |
Specifies whether the column is visible in the GridControl. |
VisibleIndex |
Visible index of the column, does not include hidden columns. |
Width |
Specifies the width of the column. |