Skip to main content
A newer version of this page is available. .

SelectColumnsPageView.EnableRemoveAllColumnsButton(Boolean) Method

Activates or deactivates the Remove All Columns button on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void EnableRemoveAllColumnsButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

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

See Also