The following
C1DisplayColumnCollection object properties are available in the
C1DisplayColumn Collection Editor in the Properties window:
| Property |
Description |
| AllowFocus |
Gets or sets a value indicating the ability of a column to receive focus. |
| AllowSizing |
Gets or sets a value indicating whether column resizing is allowed. |
| ButtonFooter |
Gets or sets a value indicating whether a column footer will act like a button. |
| ButtonHeader |
Gets or sets a value indicating whether a column header will act like a button. |
| ColumnDivider |
Gets or sets the style of the border drawn between columns. |
| FetchStyle |
Gets or sets a value indicating whether the FetchCellStyle event will be raised for a column. |
| FooterDivider |
Gets or sets a value indicating whether to display the column divider in the footer area. |
| FooterStyle |
Gets or sets the Style object that controls the appearance of column footers. |
| HeaderDivider |
Gets or sets a value indicating whether to display the column divider in the header area. |
| HeadingStyle |
Gets or sets the Style that controls the appearance of the column headers. |
| Height |
Gets or sets the height of the column. |
| MinWidth |
Gets or sets the minimum width a column can be resized to when in SpringMode. |
| Name |
Gets the caption of the associated C1DataColumn objects. |
| OwnerDraw |
Gets or sets a value indicating whether cells in this column are drawn by the user in the OwnerDrawCell event. |
| Style |
Gets or sets the root Style for this column. |
| Visible |
Gets or sets a value indicating the visibility of a column. |
| Width |
Gets or sets the width of a column. |