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

    Specifies whether a user can add new cards. Mirrors the client-side editing.allowAdding option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewEditingBuilder<T> AllowAdding(
        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