BootstrapDateEditCalendarPropertiesBuilder.EnableChangeVisibleDateGestures(Nullable<Boolean>) Method
In This Article
Sets a value specifying whether an end-user can change the visible date with a swipe gesture.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapDateEditCalendarPropertiesBuilder EnableChangeVisibleDateGestures(
bool? enableChangeVisibleDateGestures
)
#Parameters
Name | Type |
---|---|
enable |
Nullable<Boolean> |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also