Skip to main content

ASPxViewSelector.Styles Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ViewSelectorStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ViewSelectorStyles

A DevExpress.Web.ASPxScheduler.ViewSelectorStyles object that provides style settings for the ViewSelector elements.

Remarks

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

See Also