AppointmentSnapToCellsMode Enum
In This Article
Lists the modes of appointments that fit in the time cell(s) by stretching it to the cell's limits.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Auto | |
Always | |
Never | |
Disabled |
#Passed To
You can pass AppointmentSnapToCellsMode values to the SchedulerViewAppointmentDisplayOptions.SnapToCellsMode property.
See Also