TcxCustomScheduler.BeginUpdate Method
Prevents the scheduler control from flickering during bulk updates.
Declaration
procedure BeginUpdate;
Remarks
Use the BeginUpdate method paired with the EndUpdate method to wrap a block of statements that affect the scheduler control’s View.
See Also