Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerStorageResourceItem.ActualEventColor Property

Returns the color common to all user events in the resource.

#Declaration

Delphi
property ActualEventColor: TColor read;

#Property Value

Type
TColor

#Remarks

You can use this property to identify the color that fills the resource’s user events whose LabelColor property is set to clDefault. This ActualEventColor property implementation always returns clDefault. In the case of a web service storage resource (that is, an online calendar), this property either returns the EventColor property value or the event color imported from a connected calendar.

See Also