Back to Devexpress

XtraUserControl.LookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrausercontrol-01ac7d22.md

latest1.5 KB
Original Source

XtraUserControl.LookAndFeel Property

Contains settings that specify the look and feel of the current XtraUserControl and all DevExpress controls placed on it.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
ContainerUserLookAndFeel

An object that provides look-and-feel settings.

|

See Also

XtraUserControl Class

XtraUserControl Members

DevExpress.XtraEditors Namespace