C1.Win.C1FlexGrid Namespace : Row Class |
The following tables list the members exposed by Row.
Name | Description | |
---|---|---|
![]() | AllowDragging | Gets or sets whether the user can drag this row or column with the mouse. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | AllowEditing | Gets or sets whether cells on this row or column can be edited by the user. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | AllowMerging | Specifies whether adjacent cells with similar contents will be merged. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | AllowResizing | Gets or sets whether the user can resize this row or column with the mouse. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Bottom | Gets the position of the bottom of this row, in pixels, relative to the grid. |
![]() | Caption | Gets or sets the text of the first fixed cell in the row. |
![]() | ComboList | Gets or sets a list of items to be used by the drop-down editor. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | DataIndex | Gets the index of this row in the RowCollection collection, excluding fixed and node rows. |
![]() | DataMap | Gets or sets an System.Collections.IDictionary object used to translate data values into display values for this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | DataSource | Gets the object that provides data for this row. |
![]() | DataType | Gets or sets the type of object stored in this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | EditMask | Gets or sets the input mask to use when editing cells on this column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Editor | Gets or sets the custom editor used to edit cells in this column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Format | Gets or sets a string that specifies how to format the data on this column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Grid | Gets a reference to the C1FlexGridBase control that owns this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Height | Gets or sets the height of this row, in pixels (the value -1 represents the default row height). |
![]() | HeightDisplay | Gets or sets the display height for this row, in pixels. |
![]() | ImageAlign | Gets or sets an ImageAlignEnum value that determines how images are aligned in scrollable cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | ImageAlignFixed | Gets or sets an ImageAlignEnum value that determines how images are aligned in fixed cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | ImageAndText | Gets or sets a value that determines whether images found in this row or column's RowCol.ImageMap should be displayed instead of or in addition to the cell text. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | ImageMap | Gets or sets an System.Collections.IDictionary object used to translate data values into images for this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Index | Overridden. Gets the index of this row or column in its parent collection. |
![]() | IsCollapsed | Gets whether this row is collapsed. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | IsNew | Indicates the row is a placeholder for adding new rows to the grid. |
![]() | IsNode | Gets or sets whether this row is a node row in an outline. |
![]() | IsVisible | Gets whether this row is currently visible to the user. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Item | Overloaded. Gets or sets the cell value specified by the column index in this row. |
![]() | Node | Gets the Node object associated with this row. |
![]() | SafeIndex | Gets the index of this row in the RowCollection collection. |
![]() | Selected | Overridden. Gets or sets whether this row or column is selected. |
![]() | Style | Gets or sets a custom CellStyle associated with this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | StyleDisplay | Gets the style used to display this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | StyleFixed | Gets the stock CellStyle used to paint fixed cells in this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | StyleFixedDisplay | Gets the style used to display fixed cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | StyleFixedNew | Gets the custom style associated with fixed cells on this row or column, creating a new one of necessary. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | StyleNew | Gets or sets a custom CellStyle associated with this row or column, creating a new style if necessary. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | TextAlign | Gets or sets a TextAlignEnum value that determines how text is aligned in scrollable cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | TextAlignFixed | Gets or sets a TextAlignEnum value that determines how text is aligned in fixed cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Top | Gets the position of the top of this row, in pixels, relative to the grid. |
![]() | UserData | Gets or sets user data associated with this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol) |
![]() | Visible | Gets or sets whether a Row or Column is visible. (Inherited from C1.Win.C1FlexGrid.RowCol) |
Name | Description | |
---|---|---|
![]() | Clear | Overridden. Clears the contents of the row or column. |
![]() | Invalidate | Overridden. Invalidates an individual row or column, causing it to be repainted. |
![]() | Move | Overridden. Moves this row or column to a new position in the collection. |