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

RibbonSplitButton Members

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.

Constructors

Name Description
RibbonSplitButton() Initializes a new instance of the RibbonSplitButton class.

Fields

Name Description
CommandParameterProperty static Identifies the CommandParameter dependency property. Inherited from RibbonButtonBase.
CommandProperty static Identifies the Command dependency property. Inherited from RibbonButtonBase.
ContentProperty static Identifies the Content dependency property. Inherited from RibbonButtonBase.
ContentTemplateProperty static Identifies the ContentTemplate dependency property. Inherited from RibbonButtonBase.
ContentTemplateSelectorProperty static Identifies the ContentTemplateSelector dependency property. Inherited from RibbonButtonBase.
DisplayModeProperty static Identifies the DisplayMode dependency property. Inherited from RibbonButtonBase.
FlyoutProperty static Identifies the Flyout dependency property.
IsEnabledProperty static Identifies the IsEnabled dependency property. Inherited from RibbonItemBase.
IsVisibleProperty static Identifies the IsVisible dependency property. Inherited from RibbonItemBase.
LargeIconProperty static Identifies the LargeIcon dependency property. Inherited from RibbonButtonBase.
SmallIconProperty static Identifies the SmallIcon dependency property. Inherited from RibbonButtonBase.
StyleSettingsProperty static Identifies the StyleSettings dependency property. Inherited from RibbonItem<TSettings>.
ToolTipDescriptionProperty static Identifies the ToolTipDescription dependency property. Inherited from RibbonButtonBase.
ToolTipProperty static Identifies the ToolTip dependency property. Inherited from RibbonButtonBase.
ToolTipTitleProperty static Identifies the ToolTipTitle dependency property. Inherited from RibbonButtonBase.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Click Fires when the split item is clicked. Inherited from RibbonButtonBase.
See Also