Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / ComboBoxItemLoadingEventArgs Class / ItemView Property


In This Topic
    ItemView Property
    In This Topic
    Gets or sets the visual element corresponding to the loading item.
    Syntax
    'Declaration
     
    
    Public Property ItemView As UIKit.UITableViewCell
    'Usage
     
    
    Dim instance As ComboBoxItemLoadingEventArgs
    Dim value As UIKit.UITableViewCell
     
    instance.ItemView = value
     
    value = instance.ItemView
    public UIKit.UITableViewCell ItemView {get; set;}
    See Also