Back to Devexpress

AgendaView.Styles Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-agendaview.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public AgendaViewStyles Styles { get; }
vb
Public ReadOnly Property Styles As AgendaViewStyles

Property Value

TypeDescription
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

Get Started with Scheduler

Agenda View

AgendaView Class

AgendaView Members

DevExpress.Web.ASPxScheduler Namespace