Skip to main content

AppointmentSnapToCellsMode Enum

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

public enum AppointmentSnapToCellsMode

#Members

Name Description
Auto

DXScheduler_Timeline_SnapToCellsMode_Auto

Always

DXScheduler_Timeline_SnapToCellsMode_Always

Never

DXScheduler_Timeline_SnapToCellsMode_Never

Disabled

DXScheduler_DayView_SnapToCellsMode_Disabled

#Passed To

You can pass AppointmentSnapToCellsMode values to the SchedulerViewAppointmentDisplayOptions.SnapToCellsMode property.

See Also