RibbonControlBase Properties
Serves as the base class for the RibbonControl.
Name | Description |
---|---|
Change |
Gets the command that changes the current state of the ribbon. |
Change |
Gets the command that changes the ribbon’s view mode. |
Contextual |
|
Contextual |
Gets or sets a template that specifies the appearance of contextual tab item headers. This is a dependency property. |
Header |
|
Header |
Gets or sets a template that defines the presentation of ribbon tab headers. This is a dependency property. |
Selected |
Gets or sets the caption of the tab that is currently selected. This is a dependency property. |
State | Gets or sets whether a ribbon is collapsed. This is a dependency property. |
Tabs |
Gets or sets the source of tabs with which this Ribbon |
Tab |
Gets or sets a template that defines the presentation of ribbon tabs. This is a dependency property. |
Tab |
Gets or sets an object that chooses a ribbon tab template based on custom logic. This is a dependency property. |
View |
Gets or sets whether or not the auto-hide functionality is enabled. This is a dependency property. |
See Also