Click or drag to resize

ViewBaseOwningControl Property

Gets and sets a reference to the control instance that contains this view element.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual Control OwningControl { get; set; }

Property Value

Type: Control
See Also