Skip to main content
All docs
V23.2

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