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

EditExtractOptionsContext.LookAndFeel Property

Provides access to the settings which control the Wizard pages’ look and feel.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public UserLookAndFeel LookAndFeel { get; set; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object whose properties specify the look and feel settings applied to the Wizard pages.

See Also