IModelListViewBlazor.EnableColumnChooser Property
Specifies whether the column chooser is enabled.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the column chooser is enabled; otherwise, false. |
Remarks
Use this property to enable or disable a column chooser for a particular List View that use the DxGridListEditor. The column chooser allows users to hide, display, and rearrange columns in a List Editor at runtime.
To enable or disable a column chooser in the entire Blazor application, use the IModelOptionsBlazor.ListViewEnableColumnChooser
option. The IModelListViewBlazor.EnableColumnChooser
option controls column chooser availability for a particular list view and has a higher precedence.