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

TcxSchedulerStorageLink.Default Property

Specifies whether this link is the default link.

#Declaration

Delphi
property Default: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the link is specified as default, the storage (that is bound to the aggregate storage via this link) is used for persistence of the scheduled user events.

Set the Default property to True, to inform the scheduler that the scheduled user events are to be posted to this storage, unless overridden by handling the TcxSchedulerAggregateStorage.OnEventInserting event.

Note that you can set the Default property to True, if the storage is specified for this link (see the Storage property) and this storage is active (see the TcxSchedulerAggregateStorage.IsActive method description).

The default value of the Default property is False.

See Also