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

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public WorkWeekViewStyles Styles { get; }

Property Value

Type Description
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