Back to Devexpress

StyleController.LookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-stylecontroller.md

latest2.0 KB
Original Source

StyleController.LookAndFeel Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object.

|

Remarks

See the following topics to learn more:

See Also

StyleController Class

StyleController Members

DevExpress.XtraEditors Namespace