Back to Devexpress

UserLookAndFeel.OwnerControl Property

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-675e7d91.md

latest1.3 KB
Original Source

UserLookAndFeel.OwnerControl Property

Gets the control that owns the current UserLookAndFeel object.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public object OwnerControl { get; }
vb
<Browsable(False)>
Public ReadOnly Property OwnerControl As Object

Property Value

TypeDescription
Object

An object which represents the control that owns the current UserLookAndFeel object.

|

See Also

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace