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

DayView.Styles Property

Provides access to the DayViewStyles object, containing style settings that control the appearance of the Day View elements.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public DayViewStyles Styles { get; }

Property Value

Type Description
DayViewStyles

A DayViewStyles object, containing style settings for elements of the Day View.

Remarks

The collection of styles accessible via the Styles property enables you to modify the appearance of the DayView visual elements.

The Styles property is serialized as DayView.DayViewStyles, so use the latter when editing the aspx page directly.

Use the ScrollAreaHeight property (measured in pixels) of the DayViewStyles object to specify the height of the scheduler’s working area.

See Also