TcxSchedulerDayView.Styles Property
Represents style settings for the scheduling area when using the Day View.
Declaration
property Styles: TcxSchedulerDayViewStyles read; write;
Property Value
Type |
---|
TcxSchedulerDayViewStyles |
Remarks
Each element’s appearance can be specified by the following style attributes – background color or bitmap, text color and font details. The TcxSchedulerDayViewStyles provides styles for the scheduling area’s elements that are visible in the Day View – the all-day event area located at the top of each day, the timeline bar, and the time ruler.
Use the Styles property to specify styles for the elements visible in the scheduling area when using the Day View.
See Also