Click or drag to resize

PropertyStoreParent Property

Gets the parent object that this property store is attached to

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object Parent { get; }

Property Value

Type: Object
The parent object
Remarks
This is used to attach/remove events
See Also