DXSplashScreen.UpdateSplash(String, String, Object[]) Method
Specifies a description text, caption, and additional parameters for splash forms. Applies to the following splash forms: a Splash Screen or a Wait Form.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A new Wait Form caption. |
description | String | A new description text for a Splash Screen or a Wait Form. |
additionalParams | Object[] | Additional parameters. |
Implements
See Also