Skip to main content
Tab

ASPxCalendar.EnableChangeVisibleDateGestures Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean EnableChangeVisibleDateGestures { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

true, if date changing by gestures is always allowed; false, if it is always prohibited; Default - if it is allowed for touch devices only.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

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

See Also