Skip to main content
A newer version of this page is available. .

SaveConnectionPageBase<TModel>.ShowMessage(String) Method

Displays a message with the specified text.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public virtual void ShowMessage(
    string message
)

Parameters

Name Type Description
message String

The message text.

See Also