Skip to main content
.NET 6.0+

WindowTemplateController.UpdateWindowCaption(String) Method

Refreshes the window caption.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void UpdateWindowCaption(
    string formText
)

Parameters

Name Type Description
formText String

A string that specifies the form text.

See Also