WizardControl.LookAndFeel Property
In This Article
Provides access to the settings that control the XtraWizard’s look and feel.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
For more information on the look and feel technology, see the Look And Feel and Skinning topic.
See Also