Skip to main content
All docs
V19.2

DayView.DayViewStyles Property

Provides access to the DayViewStyles object, specifying styles applied to visual elements of the Day View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public virtual DayViewStyles DayViewStyles { get; }

Property Value

Type Description
DayViewStyles

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

Remarks

This property is intended for serialization purposes. A DayView.Styles property, visible via the control’s property pages, is serialized as DayViewStyles. So when editing an .aspx file, you’ll see the DayViewStyles tag that is actually equivalent to the Styles property.

You can operate either property with exactly the same result.

See Also