Skip to main content

RibbonPageGroup.ShowCaptionButton Property

This property is obsolete, use the RibbonPageGroup.CaptionButtonVisible property instead.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual bool ShowCaptionButton { get; set; }

Property Value

Type Description
Boolean

 

See Also