Skip to main content
All docs
V25.2
  • CardViewEditingBuilder<T>.ConfirmDelete(Boolean) Method

    Specifies if confirmation is required when a user deletes a row. Mirrors the client-side editing.confirmDelete option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewEditingBuilder<T> ConfirmDelete(
        bool value
    )

    Parameters

    Name Type Description
    value Boolean

    The option value.

    Returns

    Type Description
    CardViewEditingBuilder<T>

    A reference to this instance after the method is called.

    See Also