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

IWaitFormActivator.EnableCancelButton(Boolean) Method

Specifies whether or not the Cancel button is available on a splash screen.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v18.2.dll

Declaration

void EnableCancelButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true if the Cancel button is available; otherwise false.

See Also