Skip to main content
.NET 6.0+

IModelNavigationItem.Visible Property

Indicates whether the current navigation item is active.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also