Skip to main content

UserLookAndFeel.OwnerControl Property

Gets the control that owns the current UserLookAndFeel object.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public object OwnerControl { get; }

Property Value

Type Description
Object

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

See Also