Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / ComboBoxItemLoadingEventArgs Class / GetReusableItemView Method
The cell identifier.


In This Topic
    GetReusableItemView Method
    In This Topic
    Gets a reusable item view.
    Syntax
    'Declaration
     
    
    Public Function GetReusableItemView( _
       ByVal cellIdentifier As String _
    ) As UIKit.UITableViewCell
    'Usage
     
    
    Dim instance As ComboBoxItemLoadingEventArgs
    Dim cellIdentifier As String
    Dim value As UIKit.UITableViewCell
     
    value = instance.GetReusableItemView(cellIdentifier)
    public UIKit.UITableViewCell GetReusableItemView( 
       string cellIdentifier
    )

    Parameters

    cellIdentifier
    The cell identifier.
    See Also