Skip to main content

TreeListEditingBuilder<T> Members

Provides methods that allow you to configure nested options of the client-side editing object.

Constructors

Name Description
TreeListEditingBuilder(OptionsOwnerContext) For internal use only. Initializes a new TreeListEditingBuilder<T> class instance.

Methods

Name Description
AllowAdding(JS) Mirrors the client-side allowAdding option.
AllowAdding(Boolean) Mirrors the client-side allowAdding option.
AllowDeleting(JS) Mirrors the client-side allowDeleting option.
AllowDeleting(Boolean) Mirrors the client-side allowDeleting option.
AllowUpdating(JS) Mirrors the client-side allowUpdating option.
AllowUpdating(Boolean) Mirrors the client-side allowUpdating option.
Changes(Action<CollectionFactory<DataChangeBuilder>>)
ConfirmDelete(JS) Mirrors the client-side confirmDelete option.
ConfirmDelete(Boolean) Mirrors the client-side confirmDelete option.
EditColumnName(JS) Mirrors the client-side editColumnName option.
EditColumnName(String) Mirrors the client-side editColumnName option.
EditRowKey(Object) Mirrors the client-side editRowKey option.
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.
Form(Action<FormBuilder<T>>) Mirrors the client-side form object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Mode(GridEditMode) Mirrors the client-side mode option.
Option(String, Object) Specifies an option by its name.
Popup(Action<PopupBuilder>) Mirrors the client-side popup object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshMode(GridEditRefreshMode) Mirrors the client-side refreshMode option.
SelectTextOnEditStart(JS) Mirrors the client-side selectTextOnEditStart option.
SelectTextOnEditStart(Boolean) Mirrors the client-side selectTextOnEditStart option.
StartEditAction(GridStartEditAction) Mirrors the client-side startEditAction option.
Texts(Action<TreeListEditingTextsBuilder>) Mirrors the client-side texts object.
ToString() Returns a string that represents the current object. Inherited from Object.
UseIcons(JS) Mirrors the client-side useIcons option.
UseIcons(Boolean) Mirrors the client-side useIcons option.
See Also