Skip to main content
A newer version of this page is available. .

UserLookAndFeel.OwnerControl Property

Gets the control that owns the current UserLookAndFeel object.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.2.dll

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