A newer version of this page is available.
Switch to the current version.
WeekViewAppointmentDisplayOptions.SnapToCellsMode Property
Overrides the AppointmentDisplayOptions.SnapToCellsMode property to hide it.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
[Browsable(false)]
public override AppointmentSnapToCellsMode SnapToCellsMode { get; set; }
<Browsable(False)>
Public Overrides Property SnapToCellsMode As AppointmentSnapToCellsMode
Property Value
Type | Description |
---|---|
AppointmentSnapToCellsMode | Returns AppointmentSnapToCellsMode.Always |
Property Paths
You can access this nested property as listed below:
Show 11 property paths
Library | Object Type | Path to SnapToCellsMode |
---|---|---|
WinForms Controls | MonthView |
|
MonthView |
|
|
FullWeek |
|
|
HorizontalWeek |
|
|
WeekView |
|
|
ASP.NET Controls and MVC Extensions | MonthView |
|
WeekView |
|
|
MVCxSchedulerMonthView |
|
|
MVCxSchedulerWeekView |
|
|
ASP.NET Bootstrap Controls | BootstrapMonthView |
|
BootstrapWeekView |
|
Remarks
This property is intended to hide the corresponding property of the AppointmentDisplayOptions class.
See Also
Feedback