Back to Devexpress

RibbonPageGroup.IsCaptionButtonEnabled Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-a0394245.md

latest1.7 KB
Original Source

RibbonPageGroup.IsCaptionButtonEnabled Property

Gets or sets whether the Caption Button is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool IsCaptionButtonEnabled { get; set; }
vb
Public Property IsCaptionButtonEnabled As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The Caption Button’s visibility is controlled by the RibbonPageGroup.ShowCaptionButton property. The IsCaptionButtonEnabled property allows you to disable this button, according to your requirements.

See Also

CaptionButtonClick

CaptionButtonCommand

ShowCaptionButton

SuperTip

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace