CardViewBuilder<T>.ColumnChooser(Action<ColumnChooserBuilder>) Method
Configures the column chooser. Mirrors the client-side columnChooser object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> ColumnChooser(
Action<ColumnChooserBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<ColumnChooserBuilder> | 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