CalendarProperties.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean EnableChangeVisibleDateGestures { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
|
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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