EditorRow Members
In This Article
#Constructors
Name | Description |
---|---|
Editor |
Creates a new Editor |
Editor |
Creates a new Editor |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether users can click the header or collapse button to collapse the row.
Inherited from Base |
Appearance |
Provides access to appearance settings used to paint row cells. This property is obsolete, use Appearance |
Appearance |
Contains appearance settings used to paint row cells.
Inherited from Base |
Appearance |
Provides access to appearance settings used to paint row headers.
Inherited from Base |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Child |
Gets a collection of child rows for a row.
Inherited from Base |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
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 Base |
Fixed |
Gets or sets whether the row is fixed (anchored to a control’s top or bottom edge).
Inherited from Base |
Grid |
Gets or sets the vertical grid control that owns the current row.
Inherited from Base |
Has |
Gets a value indicating whether a specific row contains child rows.
Inherited from Base |
Header |
Provides view information on the row’s header.
Inherited from Base |
Height |
Gets or sets the row’s height.
Inherited from Base |
Index |
Gets or sets the row’s index within a collection of rows located at the same level (sibling rows).
Inherited from Base |
Internal |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Base |
Is |
Gets whether or not the current row is focused.
Inherited from Base |
Is |
Gets whether or not the current row is selected.
Inherited from Base |
Level |
Gets the row’s nesting level.
Inherited from Base |
Max |
Gets or sets the maximum number of text lines used to display the row header’s caption.
Inherited from Base |
Min |
Gets the row’s minimum height.
Inherited from Base |
Name |
Gets or sets the row name.
Inherited from Base |
Options |
Provides access to the current row’s options.
Inherited from Base |
Parent |
Gets the parent row of the current grid row.
Inherited from Base |
Properties | Gets an object containing settings specific to an editor row. |
Row |
Returns the number of objects owned by a row that contains row settings.
Inherited from Base |
Show |
Gets or sets whether the row displays the collapse/expand button.
Inherited from Base |
Site |
Gets or sets a System. |
Style |
Gets or sets the name of the custom style to be applied to the current row. This property is obsolete, use Appearance |
Tab |
Gets or sets whether the user can move focus to the cell using the TAB/SHIFT+TAB or ENTER key.
Inherited from Base |
Tag |
Gets or sets a value that identifies the current row object.
Inherited from Base |
Tree |
Gets the row’s tree button type.
Inherited from Base |
Visible |
Gets or sets a value indicating whether a row can be displayed within a vertical grid control.
Inherited from Base |
Visible |
Gets the row’s visible position within a vertical grid control.
Inherited from Base |
Xtra |
Gets a value indicating the editor row‘s type. |
#Methods
Name | Description |
---|---|
Assign |
Copies the current row’s settings to the row specified.
Inherited from Base |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Get |
Returns an object containing type specific row settings.
Inherited from Base |
Get |
Returns row properties by the specified field name.
Inherited from Base |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Has |
Indicates whether the row has the child row specified.
Inherited from Base |
Has |
Determines whether the current row has a specific row as its parent.
Inherited from Base |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the row’s order index.
Inherited from Base |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also