DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / GetIndexPathsToDeleteForDecorationViewOfKind Method

In This Topic
    GetIndexPathsToDeleteForDecorationViewOfKind Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetIndexPathsToDeleteForDecorationViewOfKind( _
       ByVal kind As Foundation.NSString _
    ) As Foundation.NSIndexPath()
    public virtual Foundation.NSIndexPath[] GetIndexPathsToDeleteForDecorationViewOfKind( 
       Foundation.NSString kind
    )

    Parameters

    kind
    See Also