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

AgendaView.AgendaViewStyles Property

Provides access to the AgendaViewStyles object, specifying styles applied to visual elements of the Agenda View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public virtual AgendaViewStyles AgendaViewStyles { get; }

Property Value

Type Description
AgendaViewStyles

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

Remarks

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

You can operate with either property and achieve exactly the same result.

See Also