Skip to main content

SchedulerSettings.ViewNavigator Property

Provides access to the View Navigator’s properties.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ViewNavigatorProperties ViewNavigator { get; }

Property Value

Type Description
ViewNavigatorProperties

A ViewNavigatorProperties object that provides the View Navigator’s settings.

See Also