| Name | Description |
 | AllowDragging | Gets or sets a value that indicates whether the user can move this row or column to a new position with the mouse. |
 | AllowMerging | Gets or sets a value that indicates whether cells in this row or column can be merged. |
 | AllowResizing | Gets or sets a value that indicates whether the user can resize this row or column with the mouse. |
 | Background | Gets or sets the System.Windows.Media.Brush used to paint the background of cells in this row/column. |
 | CellStyle | Gets or sets a CellStyle that defines the appearance of the cells in this row or column. |
 | FontFamily | Gets or sets the FontFamily used to render text in this row/column. |
 | FontSize | Gets or sets the font size used to render text in this row/column. |
 | FontStyle | Gets or sets the FontStyle used to render text in this row/column. |
 | FontWeight | Gets or sets the FontWeight used to render text in this row/column. |
 | Foreground | Gets or sets the System.Windows.Media.Brush used to paint text in this row/column. |
 | Grid | Gets the C1FlexGrid control that owns this object. |
 | GridPanel | Gets the GridPanel control that owns this object. |
 | HeaderBackground | Gets or sets the System.Windows.Media.Brush used to paint the background of header cells in this row/column. |
 | HeaderCellStyle | Gets or sets a CellStyle that defines the appearance of the header cells in this row or column. |
 | HeaderFontFamily | Gets or sets the FontFamily used to render text in header cells in this row/column. |
 | HeaderFontSize | Gets or sets the font size used to render text in header cells in this row/column. |
 | HeaderFontStyle | Gets or sets the FontStyle used to render text in header cells in this row/column. |
 | HeaderFontWeight | Gets or sets the FontWeight used to render text in header cells in this row/column. |
 | HeaderForeground | Gets or sets the System.Windows.Media.Brush used to paint text of the header cells in this row/column. |
 | HeaderHorizontalAlignment | Gets or sets the HorizontalAlignment of the header cells in this row/column. |
 | HeaderTextTrimming | Gets or sets how text should be trimmed when it overflows the size of the header cells in this row/column. |
 | HeaderTextWrapping | Gets or sets whether text should be allowed to wrap in header cells in this row/column. |
 | HeaderVerticalAlignment | Gets or sets the VerticalAlignment of the header cells in this row/column. |
 | HorizontalAlignment | Gets or sets the HorizontalAlignment of the cells in this row/column. |
 | IsReadOnly | Gets or sets a value that indicates whether cells in this row or column can be edited. |
 | IsVisible | Gets a value that indicates whether this row or column is visible and not collapsed. |
 | Selected | Gets or sets a value that indicates whether this row or column is selected. |
 | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. |
 | TextTrimming | Gets or sets how text should be trimmed when it overflows the size of the cells in this row/column. |
 | TextWrapping | Gets or sets whether text should be allowed to wrap in cells in this row/column. |
 | VerticalAlignment | Gets or sets the VerticalAlignment of the cells in this row/column. |
 | Visible | Gets or sets a value that indicates whether this row or column is visible. |
 | VisibleIndex | If IsVisible property is True, returns the index of this element in the collection of visible items. |