Back to Devexpress

IModelClassNavigation.IsNavigationItem Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-imodelclassnavigation.md

latest1.4 KB
Original Source

IModelClassNavigation.IsNavigationItem Property

Indicates whether the current class can represent an item of the navigation control.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsNavigationItem { get; set; }
vb
Property IsNavigationItem As Boolean

Property Value

TypeDescription
Boolean

true , if the current class can represent an item of the navigation control; otherwise, false.

|

See Also

Navigation System

IModelClassNavigation Interface

IModelClassNavigation Members

DevExpress.ExpressApp.SystemModule Namespace