TdxBarManager.LookAndFeel Property
Provides access to look & feel settings.
Declaration
property LookAndFeel: TcxLookAndFeel read; write;
Property Value
| Type | Description |
|---|---|
| TcxLookAndFeel | Stores general appearance settings for a DevExpress control. |
Remarks
You can use the LookAndFeel property to override corresponding global appearance settings defined using a TdxSkinController component or the Project Settings dialog.
Important
The Bar Manager component can apply skins to a toolbar UI only if the deprecated Style property is set to bmsUseLookAndFeel.
See Also