ToolbarControl Properties
A lightweight one-tab toolbar control.| Name | Description |
|---|---|
| Groups | Gets the collection of groups displayed by the toolbar control. |
| GroupsSource | Gets or sets the source of groups with which this ToolbarControl should be populated. This is a dependency property. |
| GroupTemplate | Gets or sets a template that specifies the appearance of groups located within the toolbar control. This is a dependency property. |
| GroupTemplateSelector | Gets or sets an object that chooses a toolbar group template based on custom logic. This is a dependency property. |
| Orientation | Gets or sets whether the items in the ToolbarControl are arranged horizontally or vertically. This is a dependency property. |
| Placeholder | This property supports the internal infrastructure and is not intended to be used directly from your code. |
See Also