DayView.Styles Property
Provides access to the DayViewStyles object, containing style settings that control the appearance of the Day View elements.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public DayViewStyles Styles { get; }
#Property Value
Type | Description |
---|---|
Day |
A Day |
#Remarks
The collection of styles accessible via the Styles property enables you to modify the appearance of the DayView visual elements.
The Styles property is serialized as DayView.DayViewStyles
, so use the latter when editing the aspx page directly.
Use the ScrollAreaHeight property (measured in pixels) of the DayViewStyles object to specify the height of the scheduler’s working area.