windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonform-dce7754b.md
Gets or set the visibility mode of the RibbonControl displayed on the RibbonForm.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(RibbonVisibility.Auto)]
[DXCategory("Appearance")]
public RibbonVisibility RibbonVisibility { get; set; }
<DefaultValue(RibbonVisibility.Auto)>
<DXCategory("Appearance")>
Public Property RibbonVisibility As RibbonVisibility
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Ribbon.RibbonVisibility | Auto |
A RibbonVisibility value specifying the visibility mode of the RibbonControl displayed on the RibbonForm.
|
The RibbonVisibility property of the RibbonVisibility type allows you to specify the visibility mode of the RibbonControl on the RibbonForm. The RibbonVisibility enumeration provides the following values:
When using the RibbonForm, it is recommended to use the RibbonVisibility property instead of the RibbonControl.Visibility property.
See Also