Skip to main content
All docs
V25.2
  • CardViewEditingBuilder<T> Members

    Contains methods that configure the client-side editing option.

    Constructors

    Name Description
    CardViewEditingBuilder(OptionsOwnerContext) Initializes a new instance of the CardViewEditingBuilder<T> class with specified settings.

    Methods

    Name Description
    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. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from 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. 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.
    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. Inherited from Object.
    Texts(Action<EditingTextsBuilder>) Mirrors the client-side editing.texts object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also