Skip to main content

StyleController.LookAndFeel Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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