|
AllowAdding(JS)
|
Specifies whether a user can add new cards. Mirrors the client-side editing.allowAdding option.
|
|
AllowAdding(Boolean)
|
Specifies whether a user can add new cards. Mirrors the client-side editing.allowAdding option.
|
|
AllowDeleting(JS)
|
Specifies whether a user can delete cards. Mirrors the client-side editing.allowDeleting option.
|
|
AllowDeleting(Boolean)
|
Specifies whether a user can delete cards. Mirrors the client-side editing.allowDeleting option.
|
|
AllowUpdating(JS)
|
Specifies whether a user can update cards. Mirrors the client-side editing.allowUpdating option.
|
|
AllowUpdating(Boolean)
|
Specifies whether a user can update cards. Mirrors the client-side editing.allowUpdating option.
|
|
Changes(Action<CollectionFactory<DataChangeBuilder>>)
|
Gives access to the client-side editing.changes option that represents a change collection.
|
|
ConfirmDelete(JS)
|
Specifies if confirmation is required when a user deletes a row. Mirrors the client-side editing.confirmDelete option.
|
|
ConfirmDelete(Boolean)
|
Specifies if confirmation is required when a user deletes a row. Mirrors the client-side editing.confirmDelete option.
|
|
EditCardKey(Object)
|
The key(s) of a card being edited. Mirrors the client-side editing.editCardKey option.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
Form(Action<FormBuilder<T>>)
|
Configures the form inside the editing popup. Mirrors the client-side editing.form object.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
Option(String, Object)
|
Specifies an option by its name.
|
|
Popup(Action<PopupBuilder>)
|
Configures the editing popup. Mirrors the client-side editing.popup object.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
Texts(Action<EditingTextsBuilder>)
|
Mirrors the client-side editing.texts object.
|
|
ToString()
|
Returns a string that represents the current object.
|