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

IModelOptionsWeb.ListViewEnableColumnChooser Property

Specifies whether the column chooser is enabled.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, if the column chooser is enabled; otherwise, false.

Remarks

This property is considered for List Views that use the ASPxGridListEditor. The column chooser allows you to add and remove columns from a List Editor at runtime by using drag & drop. It contains headers of the hidden columns. These are the columns that have the Index property of the Application Model‘s Views | <ListView> | Columns | <Column> node set to “-1”.

ASPxGridListEditor_ColumnChooser

To invoke the column chooser, right click the List Editor’s column captions region and select “Column Chooser”. You can drag a column by its header and drop it within the column chooser’s region to stop the column from being displayed in a List Editor. The make the column reappear, drag its header from the column chooser and drop it to the List Editor’s column captions region. You can also sort the List Editor’s content by a hidden column. To do this, invoke the column chooser and click the required hidden column.

See Also