TcxSchedulerStorageResourceItem Properties
An event storage resource persisted in a data store.| Name | Description |
|---|---|
| ActualEventColor | Returns the color common to all user events in the resource. |
| ActualImageIndex | Gets the zero-based index of the bitmap used to draw the resource icon. |
| ActuallyVisible | Identifies if the associated Scheduler control’s scheduling area can display the resource. |
| BackgroundColor | Returns the background color of the scheduling area that displays the resource. |
| Collection | Inherited from TCollectionItem. |
| Color | Specifies the background color of the scheduling area used to display the resource. |
| DisplayName | Inherited from TCollectionItem. |
| ID | Inherited from TCollectionItem. |
| ImageIndex | Specifies the resource header icon by its index in the image list associated with the resource collection. |
| Index | Inherited from TCollectionItem. |
| Name | Specifies the scheduler resource’s name. |
| Parent | |
| ReadOnly | Specifies if the calendar is in the read-only mode. |
| ResourceID | Specifies the resource’s unique identifier. |
| Resources | Provides access to the collection to which the event storage resource belongs. |
| Visible | Specifies if the resource is visible in the scheduling area. |
| WorkDays | Specifies the set of days of week that have work hours. |
| WorkFinish | Specifies the end of work hours, displayed in the current resource. |
| WorkStart | Specifies the beginning of the work hours, displayed in the current resource. |
See Also