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

RebuildResultSchemaContext.ShowSuccessMessage Property

Specifies whether or not to show a message notifying that the resulting schema has been rebuilt successfully.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public bool ShowSuccessMessage { get; set; }

Property Value

Type Description
Boolean

true to show the message; otherwise false.

See Also