Skip to main content

MonthView.Styles Property

Provides access to style settings that control the appearance of the Month View visual elements.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public MonthViewStyles Styles { get; }

Property Value

Type Description
MonthViewStyles

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

Remarks

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

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

See Also