The Row type exposes the following members.

Properties

  NameDescription
Public propertyChildIndex
Gets or sets a position in GridControl.Nodes or parent Row.Children. By setting a new index, you can move this Row in grid.
Public propertyChildren
Gets a collection of child rows.
Public propertyDataAccessor
Gets a IDataAccessor to call methods or properties of the DataObject.
Public propertyDataObject
Gets a data object, wrapped by IDataAccessor.
Public propertyDock
Gets or sets RowDockStyle for this row.
Public propertyExpanded
Gets or sets a value indicating whether this Row is expanded.
Public propertyFiltered
Gets or sets a value indicating whether this Row is filtered.
Public propertyFirstVisibleChild
Gets the first visible child of this Row.
Public propertyFocused
Gets or sets a value indicating whether this Row is focused.
Public propertyGrid
Gets the Grid.
Public propertyGroupValue
Gets a group value if this row is a group (I.e. Row.IsGroup returns true).
Public propertyHasNonFilteredChildren
Gets a value indicating whether this Row at last one non-filtered child.
Public propertyHeader
Gets a row Header.
Public propertyHeight
Gets or sets the height of the Row.
Public propertyIsDataInserter
Gets a value indicating whether this Row is specially designed to add new Rows to the GridControl.ItemsSource through the user interface.
Public propertyIsFirstVisibleChild
Gets a value indicating whether this Row is the first visible child in its parent.
Public propertyIsGroup
Gets a value indicating whether this Row is a group (pseudo-item without data object that groups the rows with specified criteria).
Public propertyIsInVisibleBounds
Gets a value indicating whether this row is in visible bounds of the GridControl.
Public propertyIsLastVisibleChild
Gets a value indicating whether this Row is the lastest visible child in its parent.
Public propertyItem[([( Int32])])
Gets a Cell at the specified index.
Public propertyItem[([( String])])
Gets a Cell by the specified identifier.
Public propertyItemsSource
Gets or sets the data source for the specified Row.
Public propertyLastVisibleChild
Gets the last visible child of this Row.
Public propertyLevel
Gets zero-based hierarchical level of this Row.
Public propertyNextVisible
Gets a next visible Row on the same hierarchical level.
Public propertyParent
Gets parent Row.
Public propertyPrevVisible
Gets a previous visible Row on the same hierarchical level.
Public propertySelected
Gets or sets a value indicating whether this Row is selected.
Public propertyTag
Gets or sets user-defined data.
Public propertyVisible
Gets a value indicating whether this Row is visible.
Public propertyVisibleChildIndex
Gets or sets a position in parent Row.VisibleChildren collection. Please note, that this row should be visible.
Public propertyVisibleChildren
Gets a collection of visible child Rows.
Public propertyVisibleIndex
Gets row index in GridControl.Rows collection.

See Also