Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

bool EnableColumnChooser { get; set; }

#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.

List view with column chooser in Blazor application

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.

See Also