Skip to main content
All docs
V25.2
  • CardViewEditingBuilder<T>.Form(Action<FormBuilder<T>>) Method

    Configures the form inside the editing popup. Mirrors the client-side editing.form object.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewEditingBuilder<T> Form(
        Action<FormBuilder<T>> configurator
    )

    Parameters

    Name Type Description
    configurator Action<FormBuilder<T>>

    A function that allows you to specify nested options.

    Returns

    Type Description
    CardViewEditingBuilder<T>

    A reference to this instance after the method is called.

    See Also