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

RibbonCustomItem Properties

A custom item within a RibbonControl.
Name Description
Content Gets or sets the ribbon custom item’s content. This is a dependency property.
ContentTemplate Gets or sets the template used to display the ribbon custom item’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 ribbon custom item’s size. 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.
ToolTip Gets or sets the ribbon custom item’s tooltip. This is a dependency property.
ToolTipDescription Gets or sets the ribbon custom item’s tooltip description text that is displayed under the ToolTipTitle. This is a dependency property.
ToolTipTitle Gets or sets the ribbon custom item’s tooltip title text. This is a dependency property.
See Also