Skip to main content
All docs
V25.1
  • ID

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

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

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

    Parameters

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

    Returns

    Type
    CardViewBuilder<T>
    See Also