Skip to main content
All docs
V25.2
  • ID

    CardViewBuilder<T>.Selection(Action<SelectionConfigurationBuilder>) Method

    Mirrors the client-side selection object.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewBuilder<T> Selection(
        Action<SelectionConfigurationBuilder> configurator
    )

    Parameters

    Name Type Description
    configurator Action<SelectionConfigurationBuilder>

    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