Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelNavigationItem.Visible Property

Indicates whether the current navigation item is active.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the item is active; otherwise, false.

See Also