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

SchedulerSettings.ViewNavigator Property

Provides access to the View Navigator’s properties.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.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