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

NavBarGroupControlContainer.Visible Property

Gets or sets a value indicating whether the container is visible.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Browsable(false)]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the control is visible; otherwise, false.

See Also