Back to Devexpress

IModelRootNavigationItems.StartupNavigationItem Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-imodelrootnavigationitems-e52e9262.md

latest1.7 KB
Original Source

IModelRootNavigationItems.StartupNavigationItem Property

Specifies a navigation item which is activated when the application is loaded. No View is shown at startup when this property value is not specified.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DataSourceProperty("AllItems", new string[]{})]
IModelNavigationItem StartupNavigationItem { get; set; }
vb
<DataSourceProperty("AllItems", New String() {})>
Property StartupNavigationItem As IModelNavigationItem

Property Value

TypeDescription
IModelNavigationItem

An IModelNavigationItem object that specifies navigation item which is activated when the application is loaded.

|

See Also

IModelRootNavigationItems Interface

IModelRootNavigationItems Members

DevExpress.ExpressApp.SystemModule Namespace