IModelOptionsBlazor.ListViewEnableColumnChooser 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 | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use this property to enable or disable a column chooser for a particular List View that uses the DxGridListEditor. The column chooser allows users to hide, display, and rearrange columns in a List Editor at runtime. To locate the property in the Model Editor of your ASP.NET Core Blazor project, navigate to the Options node.
See Also