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

RebuildResultSchemaContext.LookAndFeel Property

Specifies the look and feel settings for the Rebuild Schema dialog.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public UserLookAndFeel LookAndFeel { get; set; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object, specifying the look and feel settings for editors.

See Also