Skip to main content
A newer version of this page is available.
All docs
V19.1

ISelectHierarchicalDataSourceColumnsPageView.EnableRemoveAllColumnsButton(Boolean) Method

If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the WPF Report Wizard for a hierarchical data source.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

void EnableRemoveAllColumnsButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true to activate the button, false to deactivate the button.

See Also