BaseRow Properties
Serves as the base class for rows of different types.| Name | Description |
|---|---|
| AllowCollapse | Gets or sets whether users can click the header or collapse button to collapse the row. |
| Appearance | Provides access to appearance settings used to paint row cells. This property is obsolete, use AppearanceCell instead. |
| AppearanceCell | Contains appearance settings used to paint row cells. |
| AppearanceHeader | Provides access to appearance settings used to paint row headers. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| ChildRows | Gets a collection of child rows for a row. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| Expanded | Gets or sets a value specifying whether the current row is expanded. |
| Fixed | Gets or sets whether the row is fixed (anchored to a control’s top or bottom edge). |
| Grid | Gets or sets the vertical grid control that owns the current row. |
| HasChildren | Gets a value indicating whether a specific row contains child rows. |
| HeaderInfo | Provides view information on the row’s header. |
| Height | Gets or sets the row’s height. |
| Index | Gets or sets the row’s index within a collection of rows located at the same level (sibling rows). |
| InternalFixed | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| IsFocused | Gets whether or not the current row is focused. |
| IsSelected | Gets whether or not the current row is selected. |
| Level | Gets the row’s nesting level. |
| MaxCaptionLineCount | Gets or sets the maximum number of text lines used to display the row header’s caption. |
| MinHeight static | Gets the row’s minimum height. |
| Name | Gets or sets the row name. |
| OptionsRow | Provides access to the current row’s options. |
| ParentRow | Gets the parent row of the current grid row. |
| Properties | Gets an object containing type specific row settings. |
| RowPropertiesCount | Returns the number of objects owned by a row that contains row settings. |
| ShowCollapseButton | Gets or sets whether the row displays the collapse/expand button. |
| Site | Gets or sets a System.ComponentModel.ISite for a row. |
| StyleName | Gets or sets the name of the custom style to be applied to the current row. This property is obsolete, use AppearanceCell instead. |
| TabStop | Gets or sets whether the user can move focus to the cell using the TAB/SHIFT+TAB or ENTER key. |
| Tag | Gets or sets a value that identifies the current row object. |
| TreeButtonType | Gets the row’s tree button type. |
| Visible | Gets or sets a value indicating whether a row can be displayed within a vertical grid control. |
| VisibleIndex | Gets the row’s visible position within a vertical grid control. |
| XtraRowTypeID | Gets a value indicating the row‘s type. |
See Also