TreeListEditingBuilder<T> Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
For internal use only. Initializes a new Tree |
#Methods
Name | Description |
---|---|
Allow |
Specifies whether a user can add new rows. It is called for each data row when defined as a function. Mirrors the client-side allow |
Allow |
Specifies whether a user can add new rows. It is called for each data row when defined as a function. Mirrors the client-side allow |
Allow |
Specifies whether a user can delete rows. It is called for each data row when defined as a function. Mirrors the client-side allow |
Allow |
Specifies whether a user can delete rows. It is called for each data row when defined as a function. Mirrors the client-side allow |
Allow |
Specifies whether a user can update rows. It is called for each data row when defined as a function Mirrors the client-side allow |
Allow |
Specifies whether a user can update rows. It is called for each data row when defined as a function Mirrors the client-side allow |
Changes |
|
Confirm |
Specifies if confirmation is required when a user deletes a row. Mirrors the client-side confirm |
Confirm |
Specifies if confirmation is required when a user deletes a row. Mirrors the client-side confirm |
Edit |
The name of a column being edited. Applies only if editing. |
Edit |
The name of a column being edited. Applies only if editing. |
Edit |
The key |
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. |
Form |
Configures the form. Used only if editing. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Mode |
Specifies how a user edits data. Mirrors the client-side mode option. |
Option |
Specifies an option by its name. |
Popup |
Configures the popup. Used only if editing. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Specifies operations that are performed after saving changes. Mirrors the client-side refresh |
Select |
Specifies whether to select text in a cell when a user starts editing. Mirrors the client-side select |
Select |
Specifies whether to select text in a cell when a user starts editing. Mirrors the client-side select |
Start |
Specifies whether a single or double click should switch a cell to the editing state. Applies if editing. |
Texts |
Mirrors the client-side texts object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Use |
Specifies whether the edit column uses icons instead of links. Mirrors the client-side use |
Use |
Specifies whether the edit column uses icons instead of links. Mirrors the client-side use |
See Also