Skip to main content

SelectColumnsPageView.ShowWaitIndicator(Boolean) Method

Shows or hides the wait indicator on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void ShowWaitIndicator(
    bool visibility
)

Parameters

Name Type Description
visibility Boolean

true to show the wait indicator; otherwise false.

See Also