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

SchedulerSettings.Styles Property

Provides access to style settings that control the appearance of the scheduler elements..

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxSchedulerStyles Styles { get; }

Property Value

Type Description
ASPxSchedulerStyles

A ASPxSchedulerStylesobject that provides style settings for the scheduler elements.

See Also