Back to Devexpress

SimpleControl.LookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-simplecontrol.md

latest1.4 KB
Original Source

SimpleControl.LookAndFeel Property

Gets an object containing the control’s look and feel settings.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

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 containing the control’s look and feel settings.

|

Remarks

This property should be overridden in descendants of the SimpleControl class.

See Also

SimpleControl Class

SimpleControl Members

DevExpress.XtraEditors Namespace