Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.View
    'Usage
     
    
    Dim instance As ComboBoxItemLoadingEventArgs
    Dim value As Xamarin.Forms.View
     
    instance.ItemView = value
     
    value = instance.ItemView
    public Xamarin.Forms.View ItemView {get; set;}
    See Also