Back to Devexpress

RibbonForm.RibbonVisibility Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonform-dce7754b.md

latest2.5 KB
Original Source

RibbonForm.RibbonVisibility Property

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

Declaration

csharp
[DefaultValue(RibbonVisibility.Auto)]
[DXCategory("Appearance")]
public RibbonVisibility RibbonVisibility { get; set; }
vb
<DefaultValue(RibbonVisibility.Auto)>
<DXCategory("Appearance")>
Public Property RibbonVisibility As RibbonVisibility

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Ribbon.RibbonVisibilityAuto

A RibbonVisibility value specifying the visibility mode of the RibbonControl displayed on the RibbonForm.

|

Remarks

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

RibbonForm Class

RibbonForm Members

DevExpress.XtraBars.Ribbon Namespace