Skip to main content

TcxSchedulerStorageResourceItem.ActualEventColor Property

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

Declaration

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