Back to Devexpress

TdxBarManager.LookAndFeel Property

vcl-dxbar-dot-tdxbarmanager.md

latest1.1 KB
Original Source

TdxBarManager.LookAndFeel Property

Provides access to look & feel settings.

Declaration

delphi
property LookAndFeel: TcxLookAndFeel read; write;

Property Value

TypeDescription
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

TdxBarManager.DefaultUseGlobalSkin Property

TdxBarManager Class

TdxBarManager Members

dxBar Unit