Back to Devexpress

SnapToCellsMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-5f6757b0.md

latest2.4 KB
Original Source

SnapToCellsMode Enum

Lists values that manages when the Day-based views snaps appointments to cells.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public enum SnapToCellsMode

Members

NameDescription
Auto

The view stretches appointment representations when the appointment’s start and end are in one cell or in neighbor cells.

| | Always |

The view always stretches appointment representations to cell borders. They occupy all the entire cell or several cells in this case.

| | Never |

The visible appointment height is proportional to its duration.

|

The following properties accept/return SnapToCellsMode values:

Remarks

The DayViewBase.SnapToCellsMode property uses these enum values.

The following table lists images that demonstrate how these values affect appointments:

|

Value

|

Sample Image

|

Description

| | --- | --- | --- | |

Never

|

|

The visible appointment height is proportional to its duration.

| |

Always

|

|

The view always stretches appointment representations to cell borders. They occupy all the entire cell or several cells in this case.

| |

Auto

|

|

The view stretches appointment representations when the appointment’s start and end are in one cell or in neighbor cells.

|

Note

The DayViewBase.AppointmentMinHeight property limits the minimum appointment height when the View uses the Never value. Appointments cannot be narrower than the property value.

See Also

DevExpress.XamarinForms.Scheduler Namespace