RibbonPageGroup.ShowCaptionButton Property
In This Article
Gets or sets whether the Caption Button is visible. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the Caption Button is visible; otherwise, false. |
#Remarks
If the ShowCaptionButton property is set to true, the group displays a Caption Button.
By default, clicking this button has no effect. To implement a specific functionality, subscribe to the group's RibbonPageGroup.CaptionButtonClick event.
You can display a tooltip when an end-user hovers over the Caption Button. This can be accomplished via the RibbonPageGroup.SuperTip property.
See Also