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

IModelNavigationItem.Visible Property

Indicates whether the current navigation item is active.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.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