Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

void EnableCancelButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true if the Cancel button is available; otherwise false.

See Also