Skip to main content

TcxSchedulerTimeGridView.SnapEventsToTimeSlots Property

Specifies whether a user event‘s rectangle is to be resized, so it will entirely occupy time blocks.

Declaration

property SnapEventsToTimeSlots: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set SnapEventsToTimeSlots property to True, to inform the scheduler that the user event whose start and end times don’t match the View’s time blocks will be visually snapped to the time blocks.

The default value of the SnapEventsToTimeSlots property is True.

See Also