Back to Devexpress

RibbonForm.AutoHideRibbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonform-3e73ea75.md

latest1.8 KB
Original Source

RibbonForm.AutoHideRibbon Property

OBSOLETE

This property is obsolete. Use the RibbonVisibility property instead.

Gets or sets whether the Ribbon Control is automatically hidden when the form’s size is reduced so that the control’s commands cannot be displayed in their entirety.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete. Use the RibbonVisibility property instead.")]
public bool AutoHideRibbon { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("This property is obsolete. Use the RibbonVisibility property instead.")>
Public Property AutoHideRibbon As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the RibbonControl’s auto-hide feature is enabled; otherwise, false.

|

See Also

Ribbon

RibbonForm Class

RibbonForm Members

DevExpress.XtraBars.Ribbon Namespace