Skip to main content
All docs
V25.2
  • ID

    CardViewBuilder<T>.Columns(Action<CollectionFactory<ColumnPropertiesBuilder<T>>>) Method

    Provides access to the client-side columns option that represents a CardView column collection.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewBuilder<T> Columns(
        Action<CollectionFactory<ColumnPropertiesBuilder<T>>> configurator
    )

    Parameters

    Name Type Description
    configurator Action<CollectionFactory<ColumnPropertiesBuilder<T>>>

    A function that allows you to add items to the collection.

    Returns

    Type Description
    CardViewBuilder<T>

    A reference to this instance after the method is called.

    See Also