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

ASPxScheduler.Styles Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

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