Skip to main content

TcxSchedulerStorageLink.Default Property

Specifies whether this link is the default link.

Declaration

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