Skip to main content
.NET Framework 4.5.2+

IWindowTemplate.SetStatus(ICollection<String>) Method

Displays the specified status messages on a Template (e.g. in its status bar).

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void SetStatus(
    ICollection<string> statusMessages
)

Parameters

Name Type Description
statusMessages ICollection<String>

An object representing the ICollection<string> collection of status messages.

See Also