TcxCustomScheduler.EndUpdate Method
Releases a lock acquired by the BeginUpdate method.
Declaration
procedure EndUpdate;
Remarks
Use the EndUpdate method paired with the BeginUpdate method to wrap a block of statements that update the scheduler control.
See Also