StyleController.LookAndFeel Property
In This Article
Allows you to customize the look and feel settings for target controls.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
See the following topics to learn more:
- Look And Feel and Skinning
- How to: Customize Look And Feel of All Controls within Application
- How to: Customize Look And Feel of All Controls within Form
- How to: Customize Look And Feel of Specific Control(s)
See Also