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

WindowTemplateController.UpdateWindowCaption(String) Method

Refreshes the window caption.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void UpdateWindowCaption(
    string formText
)

Parameters

Name Type Description
formText String

A string that specifies the form text.

See Also