The Row type exposes the following members.

Properties

  NameDescription
Public propertyAdjustable
Gets or sets a value indicating whether this Row is adjustable.
Public propertyAppearance
Gets row Appearance.
Public propertyBounds
Gets the visible bounds of the current Row.
Public propertyChildIndex
Gets or sets a position in Grid.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 propertyDataSource
Gets or sets the data source for the specified Row.
Public propertyDataSourceIndex
Gets an index of this Row in DataSource collection. May differ to VisibleIndex.
Public propertyDock
Gets or sets a value, indicating whether this Row is docked.
Public propertyExpandButtonBounds
Gets the bounds needed to show the +/- expansion button if it exists.
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 propertyHasNonFilteredChildren
Gets a value indicating whether this Row at last one non-filtered child.
Public propertyHeader
Gets a row Header.
Public propertyHeaderBounds
Gets the bounds of Header which corresponds to this Row.
Public propertyHeight
Gets or sets the height of the Row.
Public propertyHierarchicalIndent
Gets the bounds of the hierarchical indent (space between the row selector and the left corner of the Row).
Public propertyIsDataInserter
Gets a value indicating whether this Row is specially designed to add new Rows to the DataSource 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 Grid.
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 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 propertyRowSelectorBounds
Gets the bounds of the row selector of this Row.
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 Grid.Rows collection.

See Also