ShowViewStrategyBase.ShowMessage(String, InformationType, Int32) Method
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public void ShowMessage(
string message,
InformationType type = InformationType.Success,
int displayInterval = 3000
)
Parameters
| Name | Type |
|---|---|
| message | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| type | InformationType | Success |
| displayInterval | Int32 | 3000 |
See Also