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

IWindowTemplate.SetCaption(String) Method

Sets the specified caption to a Window Template.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

void SetCaption(
    string caption
)

Parameters

Name Type Description
caption String

A string value that represents a caption to be set to the current Window Template.

See Also