Click or drag to resize

SegmentedItemParent Property

Gets the parent button this item belongs to.

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

Property Value

Type: SegmentedButton
The parent control.
Remarks
Note this is only set after adding your item to the Items collection.
See Also