Spread Silverlight Documentation
ToolbarItems Property


GrapeCity.Windows.SpreadSheet.UI Namespace > TouchToolbar Class : ToolbarItems Property
Gets the toolbar items.
Syntax
'Declaration
 
Public ReadOnly Property ToolbarItems As System.Collections.ObjectModel.ObservableCollection(Of Object)
'Usage
 
Dim instance As TouchToolbar
Dim value As System.Collections.ObjectModel.ObservableCollection(Of Object)
 
value = instance.ToolbarItems
public System.Collections.ObjectModel.ObservableCollection<object> ToolbarItems {get;}

Property Value

The toolbar items.
See Also

Reference

TouchToolbar Class
TouchToolbar Members