Name | Description | |
---|---|---|
AllowDragging | Gets or sets whether the user can drag this row or column with the mouse. | |
AllowEditing | Gets or sets whether cells on this row or column can be edited by the user. | |
AllowMerging | Specifies whether adjacent cells with similar contents will be merged. | |
AllowResizing | Gets or sets whether the user can resize this row or column with the mouse. | |
ComboList | Gets or sets a list of items to be used by the drop-down editor. | |
DataMap | Gets or sets an System.Collections.IDictionary object used to translate data values into display values for this row or column. | |
DataType | Gets or sets the type of object stored in this row or column. | |
EditMask | Gets or sets the input mask to use when editing cells on this column. | |
Editor | Gets or sets the custom editor used to edit cells in this column. | |
Format | Gets or sets a string that specifies how to format the data on this column. | |
Grid | Gets a reference to the C1FlexGridBase control that owns this row or column. | |
ImageAlign | Gets or sets an ImageAlignEnum value that determines how images are aligned in scrollable cells on this row or column. | |
ImageAlignFixed | Gets or sets an ImageAlignEnum value that determines how images are aligned in fixed cells on this row or column. | |
ImageAndText | Gets or sets a value that determines whether images found in this row or column's ImageMap should be displayed instead of or in addition to the cell text. | |
ImageMap | Gets or sets an System.Collections.IDictionary object used to translate data values into images for this row or column. | |
Index | Gets the index of this row or column in its parent collection. | |
IsCollapsed | Gets whether this row is collapsed. | |
IsVisible | Gets whether this row is currently visible to the user. | |
Selected | Gets or sets whether this row or column is selected. | |
Style | Gets or sets a custom CellStyle associated with this row or column. | |
StyleDisplay | Gets the style used to display this row or column. | |
StyleFixed | Gets the stock CellStyle used to paint fixed cells in this row or column. | |
StyleFixedDisplay | Gets the style used to display fixed cells on this row or column. | |
StyleFixedNew | Gets the custom style associated with fixed cells on this row or column, creating a new one of necessary. | |
StyleNew | Gets or sets a custom CellStyle associated with this row or column, creating a new style if necessary. | |
TextAlign | Gets or sets a TextAlignEnum value that determines how text is aligned in scrollable cells on this row or column. | |
TextAlignFixed | Gets or sets a TextAlignEnum value that determines how text is aligned in fixed cells on this row or column. | |
UserData | Gets or sets user data associated with this row or column. | |
Visible | Gets or sets whether a Row or Column is visible. |