Skip to main content
A newer version of this page is available. .

BackstageViewItemBase.Visible Property

Gets or sets the item’s visibility.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(true)]
public virtual bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the item is visible; otherwise, false.

See Also