Skip to main content

SchedulerSettings.Styles Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxSchedulerStyles Styles { get; }

Property Value

Type Description
ASPxSchedulerStyles

A ASPxSchedulerStylesobject that provides style settings for the scheduler elements.

See Also