Back to Devexpress

WorkWeekView.Styles Property

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

latest1.6 KB
Original Source

WorkWeekView.Styles Property

Provides access to the WorkWeekViewStyles object, containing styles used for displaying visual elements of the WorkWeekView.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Property Value

TypeDescription
WorkWeekViewStyles

A WorkWeekViewStyles object, containing appearance settings for elements of the Work Week View.

|

Remarks

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

Use the ScrollAreaHeight property (measured in pixels) of the WorkWeekViewStyles object to specify the height of the scheduler’s working area.

See Also

WorkWeekView Class

WorkWeekView Members

DevExpress.Web.ASPxScheduler Namespace