RibbonPageGroup.ShowCaptionButton Property
This property is obsolete, use the RibbonPageGroup.CaptionButtonVisible property instead.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.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