C1.Win.Input Namespace / C1SplitButton Class / Items Property

In This Topic
Items Property (C1SplitButton)
In This Topic
Gets the collection of SplitButtonItem components on this split button.
Syntax
'Declaration
 
Public ReadOnly Property Items As ObservableCollection(Of SplitButtonItem)
 
See Also