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

RibbonPageGroup.ShowCaptionButton Property

Gets or sets whether the Caption Button is visible.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue(true)]
[SmartTagProperty("Show Caption Button", "Appearance", 20, SmartTagActionType.RefreshAfterExecute)]
[XtraSerializableProperty]
public virtual bool ShowCaptionButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the Caption Button is visible; otherwise, false.

Remarks

If the ShowCaptionButton property is set to true, the group displays a Caption Button:

RibbonGroupCaptionButton

By default, clicking this button has no effect. To implement specific functionality subscribe to the group’s RibbonPageGroup.CaptionButtonClick event or to the RibbonControl’s RibbonControl.PageGroupCaptionButtonClick event.

See Also