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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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