ComponentOne Basic Library for WPF and Silverlight
IsSwipeEnabled Property (C1ListViewer)


C1.Silverlight Namespace > C1ListViewer Class : IsSwipeEnabled Property
Gets or sets a value that indicates whether the view supports discrete input processing for a swipe interaction.
Syntax
'Declaration
 
Public Property IsSwipeEnabled As System.Boolean
'Usage
 
Dim instance As C1ListViewer
Dim value As System.Boolean
 
instance.IsSwipeEnabled = value
 
value = instance.IsSwipeEnabled
public System.bool IsSwipeEnabled {get; set;}
See Also

Reference

C1ListViewer Class
C1ListViewer Members