DataGridColumnChooserBuilder.Selection(Action<ColumnChooserSelectionConfigBuilder>) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DataGridColumnChooserBuilder Selection(
Action<ColumnChooserSelectionConfigBuilder> configurator
)
Parameters
Name | Type |
---|---|
configurator | Action<ColumnChooserSelectionConfigBuilder> |
Returns
Type |
---|
DataGridColumnChooserBuilder |
See Also