Back to Devexpress

BaseRow Members

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

latest14.3 KB
Original Source

BaseRow Members

Serves as the base class for rows of different types.

Properties

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.

Methods

NameDescription
AssignTo(BaseRow)Copies the current row’s settings to the row specified.
CreateObjRef(Type)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose()Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLifetimeService()Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetRowProperties()This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetRowProperties(Int32)Returns an object containing type specific row settings.
GetRowProperties(String)Returns row properties by the specified field name.
GetService(Type) protectedReturns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType()Gets the Type of the current instance. Inherited from Object.
HasAsChild(BaseRow)Indicates whether the row has the child row specified.
HasAsParent(BaseRow)Determines whether the current row has a specific row as its parent.
InitializeLifetimeService()Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetOrder(Int32)Sets the row’s order index.
ToString()Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.

Events

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

BaseRow Class

DevExpress.XtraVerticalGrid.Rows Namespace