Skip to main content
Tab

ASPxGridViewCustomizationDialogSettings.ShowColumnChooserPage Property

Specifies if the Column Chooser page is displayed in the Customization Dialog.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Boolean true

true, if Column Chooser page is displayed; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowColumnChooserPage
ASP.NET MVC Extensions GridViewSettings
.SettingsCustomizationDialog .ShowColumnChooserPage
ASP.NET Web Forms Controls ASPxGridView
.SettingsCustomizationDialog .ShowColumnChooserPage

#Remarks

Use the ShowColumnChooserPage property to specify the visibility of the Column Chooser page in the Customization Dialog.

See Also