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

ASPxSchedulerStyles.ViewNavigator Property

Gets the style settings that define the appearance of the View Navigator.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ViewNavigatorStyles ViewNavigator { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ViewNavigatorStyles

A DevExpress.Web.ASPxScheduler.ViewNavigatorStyles object that contains the style settings.

See Also