Skip to main content

PGridCustomEditorRow Members

Specifies a property grid row in the Office view.

Constructors

Name Description
PGridCustomEditorRow() Initializes a new instance of the PGridCustomEditorRow class.
PGridCustomEditorRow(RepositoryItem) Initializes a new instance of the PGridCustomEditorRow class with specified settings.

Properties

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.
EditorAlignment Gets or sets whether the editor is aligned at the left, right, center, or stretched.
EditorPosition Gets or sets whether the editor is located before or after the caption.
EditorSize Gets the editor size.
Enabled Gets or sets a value indicating whether the row allows cell editors to be invoked. Inherited from EditorRow.
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 the property grid that contains this row.
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.
Indent Gets the value that specifies padding, line spacing, etc.
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.
OptionsBrick Contains options that specify property markers (small rectangles displayed next to property editors).
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. Inherited from EditorRow.
Repository Gets or sets the repository item of the editor used to edit values in this row.
RowBricks
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. Inherited from EditorRow.

Methods

Name Description
AssignTo(BaseRow) Copies the current row’s settings to the row specified. Inherited from BaseRow.
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) static Determines 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.
GetLineCount() Gets the number of text lines in the row.
GetRowProperties() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from EditorRow.
GetRowProperties(Int32) Returns an object containing type specific row settings. Inherited from BaseRow.
GetRowProperties(String) Returns row properties by the specified field name. Inherited from BaseRow.
GetService(Type) protected Returns 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. Inherited from BaseRow.
HasAsParent(BaseRow) Determines whether the current row has a specific row as its parent. Inherited from BaseRow.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetOrder(Int32) Sets the row’s order index. Inherited from BaseRow.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
TryGetEditingValue(out Object) Gets the row editor’s value.

Events

Name Description
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also