Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#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.

See Also