The Row type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChildIndex |
Gets or sets a position in GridControl.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.
| |
Dock |
Gets or sets RowDockStyle for this row.
| |
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.
| |
GroupValue |
Gets a group value if this row is a group (I.e. Row.IsGroup returns true).
| |
HasNonFilteredChildren |
Gets a value indicating whether this Row at last one non-filtered child.
| |
Header |
Gets a row Header.
| |
Height |
Gets or sets the height of the Row.
| |
IsDataInserter |
Gets a value indicating whether this Row is specially designed to add new Rows to the GridControl.ItemsSource 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 GridControl.
| |
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.
| |
ItemsSource |
Gets or sets the data source for the specified Row.
| |
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.
| |
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 GridControl.Rows collection.
|