Skip to main content
All docs
V25.2
  • ID

    CardViewBuilder<T>.Editing(Action<CardViewEditingBuilder<T>>) Method

    Mirrors the client-side editing object.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewBuilder<T> Editing(
        Action<CardViewEditingBuilder<T>> configurator
    )

    Parameters

    Name Type Description
    configurator Action<CardViewEditingBuilder<T>>

    A function that allows you to specify nested options.

    Returns

    Type Description
    CardViewBuilder<T>

    A reference to this instance after the method is called.

    See Also