Back to Devexpress

RibbonPageGroup.ShowCaptionButton Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-02657bfa.md

latest1.7 KB
Original Source

RibbonPageGroup.ShowCaptionButton Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual bool ShowCaptionButton { get; set; }
vb
<XtraSerializableProperty>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Overridable Property ShowCaptionButton As Boolean

Property Value

TypeDescription
Boolean

|

See Also

CaptionButtonClick

KeyTip

SuperTip

PageGroupCaptionButtonClick

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace