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

AgendaView.Styles Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public AgendaViewStyles Styles { get; }

Property Value

Type Description
AgendaViewStyles

A AgendaViewStyles object, containing style settings for elements of the Agenda View.

Remarks

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

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

See Also