Skip to main content

NavBarGroupControlContainer.Visible Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the control is visible; otherwise, false.

See Also