WorkWeekView.Styles Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public WorkWeekViewStyles Styles { get; }
#Property Value
Type | Description |
---|---|
Work |
A Work |
#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