Back to Devexpress

MultiEditorRow Properties

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

latest11.8 KB
Original Source

MultiEditorRow Properties

Represents a multi-editor row.

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

See Also

MultiEditorRow Class

MultiEditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace