Skip to main content

DXSplashScreen.SetDisplayText(String) Method

Updates a Splash Screen‘s or Wait Form‘s description text.

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public void SetDisplayText(
    string displayText
)

Parameters

Name Type Description
displayText String

A description text.

See Also