Back to Devexpress

SchedulerSettings.EnableChangeVisibleIntervalGestures Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-schedulersettings-928257ed.md

latest1.8 KB
Original Source

SchedulerSettings.EnableChangeVisibleIntervalGestures Property

Gets or sets a value specifying whether an end-user can change the visible interval with a swipe gesture.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public AutoBoolean EnableChangeVisibleIntervalGestures { get; set; }
vb
Public Property EnableChangeVisibleIntervalGestures As AutoBoolean

Property Value

TypeDescription
AutoBoolean

True , if changing of visible interval by gestures is always allowed; False , if it is always prohibited; Auto - if it is allowed for touch devices only.

|

Available values:

NameDescription
Auto

The value is determined automatically, based on the type of the end-user’s device: touch or non-touch.

| | True |

Corresponds to a Boolean value of true.

| | False |

Corresponds to a Boolean value of false.

|

Remarks

Use the EnableChangeVisibleIntervalGestures property to control the user’s ability to change the visible interval with a swipe gesture. By default, this feature is enabled for touch devices only.

See Also

SchedulerSettings Class

SchedulerSettings Members

DevExpress.Web.Mvc Namespace