Skip to main content
All docs
V26.1
  • ShowViewStrategyBase.ShowMessage(String, InformationType, Int32) Method

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v26.1.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

    The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowMessage(String, InformationType, Int32) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also