Skip to main content
A newer version of this page is available. .

RibbonButtonBase Properties

Serves as the base class for the RibbonButton, RibbonDropdownButton, RibbonToggleButton, RibbonSplitButton.
Name Description
Command Gets or sets the command to invoke when the ribbon button is clicked. This is a dependency property.
CommandParameter Gets or sets the parameter to pass to the Command. This is a dependency property.
Content Gets or sets the ribbon button’s content. This is a dependency property.
ContentTemplate Gets or sets the template used to display the ribbon button’s Content. This is a dependency property.
ContentTemplateSelector Gets or sets an object that chooses the ContentTemplate based on custom logic. This is a dependency property.
DisplayMode Gets or sets a flagged enumeration value that specifies the ribbon button’s possible states within a RibbonControl. This is a dependency property.
IsEnabled Gets or sets whether the ribbon item is enabled. This is a dependency property. Inherited from RibbonItemBase.
IsVisible Gets or sets whether the ribbon item is visible. This is a dependency property. Inherited from RibbonItemBase.
LargeIcon Gets or sets the ribbon button’s large icon (32x32 px). This is a dependency property.
SmallIcon Gets or sets the ribbon button’s small icon (16x16 px). This is a dependency property.
StyleSettings Gets or sets style settings applied to a ribbon item. This is a dependency property. Inherited from RibbonItem<TSettings>.
ToolTip Gets or sets the ribbon button’s tooltip. This is a dependency property.
ToolTipDescription Gets or sets the ribbon button’s tooltip description text that is displayed under the ToolTipTitle. This is a dependency property.
ToolTipTitle Gets or sets the ribbon button’s tooltip title text. This is a dependency property.
See Also