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

ISelectColumnsPageView.EnableRemoveColumnsButton(Boolean) Method

If implemented, activates or deactivates the Remove Columns button on a wizard page.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

void EnableRemoveColumnsButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

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

See Also