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

ASPxSchedulerStyles.ViewSelector Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ViewSelectorStyles ViewSelector { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ViewSelectorStyles

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

See Also