Skip to main content

ASPxScheduler.Styles Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerStyles Styles { get; }

Property Value

Type Description
ASPxSchedulerStyles

A ASPxSchedulerStylesobject that provides style settings for the scheduler elements.

Remarks

The ASPxSchedulerStyles object provides a number of properties that allow style settings of various scheduler elements to be customized.

See Also