SegmentedButtonItems Property |
Gets the collection of segmented items
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public SegmentedItemCollection Items { get; }
Public ReadOnly Property Items As SegmentedItemCollection
Get
member Items : SegmentedItemCollection with get
Property Value
Type:
SegmentedItemCollectionThe segmented items.
See Also