StyleController.LookAndFeel Property
Allows you to customize the look and feel settings for target controls.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
UserLookAndFeel | A UserLookAndFeel object. |
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