Skip to main content
All docs
V23.2
.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.

IModelListViewBlazor.EnableColumnChooser Property

Specifies whether the column chooser is enabled.

Namespace: DevExpress.ExpressApp.Blazor.SystemModule

Assembly: DevExpress.ExpressApp.Blazor.v23.2.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