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

RibbonSplitButton Properties

A RibbonControl‘s split button that consists of the regular RibbonButton and the dropdown button that displays a dropdown when you click or tap it.
Name Description
Command Gets or sets the command to invoke when the ribbon button is clicked. This is a dependency property. Inherited from RibbonButtonBase.
CommandParameter Gets or sets the parameter to pass to the Command. This is a dependency property. Inherited from RibbonButtonBase.
Content Gets or sets the ribbon button’s content. This is a dependency property. Inherited from RibbonButtonBase.
ContentTemplate Gets or sets the template used to display the ribbon button’s Content. This is a dependency property. Inherited from RibbonButtonBase.
ContentTemplateSelector Gets or sets an object that chooses the ContentTemplate based on custom logic. This is a dependency property. Inherited from RibbonButtonBase.
DisplayMode Gets or sets a flagged enumeration value that specifies the ribbon button’s possible states within a RibbonControl. This is a dependency property. Inherited from RibbonButtonBase.
Flyout Gets or sets the FlyoutBase object associated with a specific object. This FlyoutBase object is displayed when you click the RibbonSplitButton‘s dropdown button. This is an attached property.
IsEnabled Gets or sets whether the ribbon item is enabled. This is a dependency property. Inherited from RibbonItemBase.
IsFlyoutOpen Gets whether the RibbonSplitButton‘s Flyout is opened.
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. Inherited from RibbonButtonBase.
SmallIcon Gets or sets the ribbon button’s small icon (16x16 px). This is a dependency property. Inherited from RibbonButtonBase.
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. Inherited from RibbonButtonBase.
ToolTipDescription Gets or sets the ribbon button’s tooltip description text that is displayed under the ToolTipTitle. This is a dependency property. Inherited from RibbonButtonBase.
ToolTipTitle Gets or sets the ribbon button’s tooltip title text. This is a dependency property. Inherited from RibbonButtonBase.
See Also