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

WizardControl.Appearance Property

Provides access to the settings that control the appearance of the WizardControl‘s elements.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

[DXCategory("Appearance")]
public WizardAppearanceCollection Appearance { get; }

Property Value

Type Description
WizardAppearanceCollection

AWizardAppearanceCollection object containing the appearance settings.

See Also