ComponentOne Xamarin.Android
ItemView Property


C1.Android.Input Assembly > C1.Android.Input Namespace > ComboBoxItemLoadingEventArgs Class : ItemView Property
Gets or sets the visual element corresponding to the loading item.
Syntax
'Declaration
 
Public Property ItemView As Android.Views.View
'Usage
 
Dim instance As ComboBoxItemLoadingEventArgs
Dim value As Android.Views.View
 
instance.ItemView = value
 
value = instance.ItemView
public Android.Views.View ItemView {get; set;}
See Also

Reference

ComboBoxItemLoadingEventArgs Class
ComboBoxItemLoadingEventArgs Members