Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public bool ShowSuccessMessage { get; set; }

Property Value

Type Description
Boolean

true to show the message; otherwise false.

See Also