FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridGroupRowCell Class / TouchesCapturedWithin Property

In This Topic
    TouchesCapturedWithin Property (GridGroupRowCell)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)
    public IEnumerable<TouchDevice> TouchesCapturedWithin {get;}
    See Also