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

TcxCustomSchedulerStorage.EventCount Property

Returns the number of user events stored in the persistence manager.

#Declaration

Delphi
property EventCount: Integer read;

#Property Value

Type
Integer

#Remarks

You can use this property to obtain the number of events accessible via the Events property. The EventCount property value does not include the number of newly created (that is, not posted) events.

See Also