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

ASPxViewNavigator.Styles Property

Provides access to style settings that control the appearance of the View Navigator.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public ViewNavigatorStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ViewNavigatorStyles

A DevExpress.Web.ASPxScheduler.ViewNavigatorStyles object that provides style settings for the ViewNavigator elements.

Remarks

The DevExpress.Web.ASPxScheduler.ViewNavigatorStyles object provides a number of properties that allow style settings of various control elements to be customized.

See Also