Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListHeader Class / TouchesOver Property


In This Topic
    TouchesOver Property (ListHeader)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesOver As IEnumerable(Of TouchDevice)
    'Usage
     
    Dim instance As ListHeader
    Dim value As IEnumerable(Of TouchDevice)
     
    value = instance.TouchesOver
    public IEnumerable<TouchDevice> TouchesOver {get;}
    See Also