ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewer Class / IsSwipeEnabled Property



In This Topic
    IsSwipeEnabled Property
    In This Topic
    Gets or sets a value that indicates whether the view supports discrete input processing for a swipe interaction.
    Syntax
    'Declaration
     
    
    Public Property IsSwipeEnabled As Boolean
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Boolean
     
    instance.IsSwipeEnabled = value
     
    value = instance.IsSwipeEnabled
    public bool IsSwipeEnabled {get; set;}
    public:
    property bool IsSwipeEnabled {
       bool get();
       void set (    bool value);
    }
    See Also