Skip to main content
A newer version of this page is available.
All docs
V18.2

MonthView.MonthViewStyles Property

Provides access to the MonthViewStyles object, specifying styles applied to visual elements of the Month View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public MonthViewStyles MonthViewStyles { get; }

Property Value

Type Description
MonthViewStyles

A MonthViewStyles object, containing appearance settings for visual elements of the Month View.

Remarks

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

You can operate either property with exactly the same result.

See Also