Skip to main content

WizardControl.Appearance Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v24.2.dll

Declaration

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

Property Value

Type Description
WizardAppearanceCollection

AWizardAppearanceCollection object containing the appearance settings.

See Also