Skip to main content

RibbonPageGroup.ShowCaptionButton Property

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

[XtraSerializableProperty]
public bool ShowCaptionButton { get; set; }

#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