Back to Devexpress

ASPxScheduler.EnableChangeVisibleIntervalGestures Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduler-518be8e2.md

latest1.9 KB
Original Source

ASPxScheduler.EnableChangeVisibleIntervalGestures Property

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

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean EnableChangeVisibleIntervalGestures { get; set; }
vb
<DefaultValue(AutoBoolean.Auto)>
Public Property EnableChangeVisibleIntervalGestures As AutoBoolean

Property Value

TypeDefaultDescription
AutoBooleanAuto

true, if date changing 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

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace