Click or drag to resize

SelectableFilterCollectionTParent Property

Gets the parent that this collection is attached to.

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

Property Value

Type: ISelectableControlObject
The parent selectable control.
See Also