The Row type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Adjustable |
Gets or sets a value indicating whether this Row is adjustable.
| |
| Appearance |
Gets row Appearance.
| |
| Bounds |
Gets the visible bounds of the current Row.
| |
| ChildIndex |
Gets or sets a position in Grid.Nodes or parent Row.Children.
By setting a new index, you can move this Row in grid.
| |
| Children |
Gets a collection of child Rows.
| |
| DataAccessor |
Gets a IDataAccessor to call methods or properties of the DataObject.
| |
| DataObject |
Gets a data object, wrapped by IDataAccessor.
| |
| DataSource |
Gets or sets the data source for the specified Row.
| |
| DataSourceIndex |
Gets an index of this Row in DataSource collection. May differ to VisibleIndex.
| |
| Dock |
Gets or sets a value, indicating whether this Row is docked.
| |
| ExpandButtonBounds |
Gets the bounds needed to show the +/- expansion button if it exists.
| |
| Expanded |
Gets or sets a value indicating whether this Row is expanded.
| |
| Filtered |
Gets or sets a value indicating whether this Row is filtered.
| |
| FirstVisibleChild |
Gets the first visible child of this Row.
| |
| Focused |
Gets or sets a value indicating whether this Row is focused.
| |
| Grid |
Gets the Grid.
| |
| HasNonFilteredChildren |
Gets a value indicating whether this Row at last one non-filtered child.
| |
| Header |
Gets a row Header.
| |
| HeaderBounds | ||
| Height |
Gets or sets the height of the Row.
| |
| HierarchicalIndent |
Gets the bounds of the hierarchical indent (space between the row selector and the left corner of the Row).
| |
| IsDataInserter |
Gets a value indicating whether this Row is specially designed to add new Rows to the DataSource through the user interface.
| |
| IsFirstVisibleChild |
Gets a value indicating whether this Row is the first visible child in its parent.
| |
| IsGroup |
Gets a value indicating whether this Row is a group (pseudo-item without data object that groups the rows with specified criteria).
| |
| IsInVisibleBounds |
Gets a value indicating whether this row is in visible bounds of the Grid.
| |
| IsLastVisibleChild |
Gets a value indicating whether this Row is the lastest visible child in its parent.
| |
| Item[([( Int32])]) |
Gets a Cell at the specified index.
| |
| Item[([( String])]) |
Gets a Cell by the specified identifier.
| |
| LastVisibleChild |
Gets the last visible child of this Row.
| |
| Level |
Gets zero-based hierarchical level of this Row.
| |
| NextVisible |
Gets a next visible Row on the same hierarchical level.
| |
| Parent |
Gets parent Row.
| |
| PrevVisible |
Gets a previous visible Row on the same hierarchical level.
| |
| RowSelectorBounds |
Gets the bounds of the row selector of this Row.
| |
| Selected |
Gets or sets a value indicating whether this Row is selected.
| |
| Tag |
Gets or sets user-defined data.
| |
| Visible |
Gets a value indicating whether this Row is visible.
| |
| VisibleChildIndex |
Gets or sets a position in parent Row.VisibleChildren collection. Please note, that this row should be visible.
| |
| VisibleChildren |
Gets a collection of visible child Rows.
| |
| VisibleIndex |
Gets row index in Grid.Rows collection.
|