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

TcxSchedulerEvent.AssignAttributes(TcxSchedulerEvent,Boolean) Method

Copies the contents of the ASource user event.

#Declaration

Delphi
procedure AssignAttributes(ASource: TcxSchedulerEvent; AUseSourceTime: Boolean = True); virtual;

#Parameters

Name Type
ASource TcxSchedulerEvent
AUseSourceTime Boolean

#Remarks

The AUseSourceTime parameter specifies whether to copy the start and end times of the ASource user event. If the AUseSourceTime parameter’s value is True then the ASource‘s start and end times will be assigned.

See Also