Skip to main content
.NET 6.0+

IWindowTemplate.SetCaption(String) Method

Sets the specified caption to a Window Template.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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