Skip to main content
All docs
V25.2
  • ID

    CardViewBuilder<T>.FilterBuilderPopup(Action<PopupBuilder>) Method

    Configures the integrated filter builder popup. Mirrors the client-side filterBuilderPopup object.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewBuilder<T> FilterBuilderPopup(
        Action<PopupBuilder> configurator
    )

    Parameters

    Name Type Description
    configurator Action<PopupBuilder>

    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