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

ChooseObjectMemberPage<TModel>.ShowMessage(String) Method

Displays a message with the specified text when validating a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public virtual void ShowMessage(
    string message
)

Parameters

Name Type Description
message String

A string specifying the message text.

See Also