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.

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

[DefaultValue(true)]
bool ListViewEnableColumnChooser { get; set; }

Property Value

Type Default Description
Boolean true

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