Skip to main content
A newer version of this page is available. .

StyleController.LookAndFeel Property

Allows you to customize the look and feel settings for target controls.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object.

Remarks

See the following topics to learn more:

See Also