Back to Devexpress

BaseRow Properties

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-dot-underscore-properties.md

latest8.0 KB
Original Source

BaseRow Properties

Serves as the base class for rows of different types.

NameDescription
AllowCollapseGets or sets whether users can click the header or collapse button to collapse the row.
AppearanceProvides access to appearance settings used to paint row cells. This property is obsolete, use AppearanceCell instead.
AppearanceCellContains appearance settings used to paint row cells.
AppearanceHeaderProvides access to appearance settings used to paint row headers.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ChildRowsGets a collection of child rows for a row.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedGets or sets a value specifying whether the current row is expanded.
FixedGets or sets whether the row is fixed (anchored to a control’s top or bottom edge).
GridGets or sets the vertical grid control that owns the current row.
HasChildrenGets a value indicating whether a specific row contains child rows.
HeaderInfoProvides view information on the row’s header.
HeightGets or sets the row’s height.
IndexGets or sets the row’s index within a collection of rows located at the same level (sibling rows).
InternalFixedThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsFocusedGets whether or not the current row is focused.
IsSelectedGets whether or not the current row is selected.
LevelGets the row’s nesting level.
MaxCaptionLineCountGets or sets the maximum number of text lines used to display the row header’s caption.
MinHeight staticGets the row’s minimum height.
NameGets or sets the row name.
OptionsRowProvides access to the current row’s options.
ParentRowGets the parent row of the current grid row.
PropertiesGets an object containing type specific row settings.
RowPropertiesCountReturns the number of objects owned by a row that contains row settings.
ShowCollapseButtonGets or sets whether the row displays the collapse/expand button.
SiteGets or sets a System.ComponentModel.ISite for a row.
StyleNameGets or sets the name of the custom style to be applied to the current row. This property is obsolete, use AppearanceCell instead.
TabStopGets or sets whether the user can move focus to the cell using the TAB/SHIFT+TAB or ENTER key.
TagGets or sets a value that identifies the current row object.
TreeButtonTypeGets the row’s tree button type.
VisibleGets or sets a value indicating whether a row can be displayed within a vertical grid control.
VisibleIndexGets the row’s visible position within a vertical grid control.
XtraRowTypeIDGets a value indicating the row‘s type.

See Also

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace