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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
statusMessages | ICollection<String> | An object representing the ICollection<string> collection of status messages. |
See Also