EditorRow Properties
Specifies a single-edtior data row within the vertical grid control.Name | Description |
---|---|
AllowCollapse | Gets or sets whether users can click the header or collapse button to collapse the row. Inherited from BaseRow. |
Appearance | Provides access to appearance settings used to paint row cells. This property is obsolete, use AppearanceCell instead. Inherited from BaseRow. |
AppearanceCell | Contains appearance settings used to paint row cells. Inherited from BaseRow. |
AppearanceHeader | Provides access to appearance settings used to paint row headers. Inherited from BaseRow. |
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. Inherited from BaseRow. |
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. |
Enabled | Gets or sets a value indicating whether the row allows cell editors to be invoked. |
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. Inherited from BaseRow. |
Fixed | Gets or sets whether the row is fixed (anchored to a control’s top or bottom edge). Inherited from BaseRow. |
Grid | Gets or sets the vertical grid control that owns the current row. Inherited from BaseRow. |
HasChildren | Gets a value indicating whether a specific row contains child rows. Inherited from BaseRow. |
HeaderInfo | Provides view information on the row’s header. Inherited from BaseRow. |
Height | Gets or sets the row’s height. Inherited from BaseRow. |
Index | Gets or sets the row’s index within a collection of rows located at the same level (sibling rows). Inherited from BaseRow. |
InternalFixed | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseRow. |
IsFocused | Gets whether or not the current row is focused. Inherited from BaseRow. |
IsSelected | Gets whether or not the current row is selected. Inherited from BaseRow. |
Level | Gets the row’s nesting level. Inherited from BaseRow. |
MaxCaptionLineCount | Gets or sets the maximum number of text lines used to display the row header’s caption. Inherited from BaseRow. |
MinHeight static | Gets the row’s minimum height. Inherited from BaseRow. |
Name | Gets or sets the row name. Inherited from BaseRow. |
OptionsRow | Provides access to the current row’s options. Inherited from BaseRow. |
ParentRow | Gets the parent row of the current grid row. Inherited from BaseRow. |
Properties | Gets an object containing settings specific to an editor row. |
RowPropertiesCount | Returns the number of objects owned by a row that contains row settings. Inherited from BaseRow. |
ShowCollapseButton | Gets or sets whether the row displays the collapse/expand button. Inherited from BaseRow. |
Site | Gets or sets a System.ComponentModel.ISite for a row. Inherited from BaseRow. |
StyleName | Gets 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. |
TabStop | Gets or sets whether the user can move focus to the cell using the TAB/SHIFT+TAB or ENTER key. Inherited from BaseRow. |
Tag | Gets or sets a value that identifies the current row object. Inherited from BaseRow. |
TreeButtonType | Gets the row’s tree button type. Inherited from BaseRow. |
Visible | Gets or sets a value indicating whether a row can be displayed within a vertical grid control. Inherited from BaseRow. |
VisibleIndex | Gets the row’s visible position within a vertical grid control. Inherited from BaseRow. |
XtraRowTypeID | Gets a value indicating the editor row‘s type. |
See Also