C1.Android.Input Assembly / C1.Android.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 Android.Views.View
 
'Usage
 
Dim instance As ComboBoxItemLoadingEventArgs
Dim value As Android.Views.View
 
instance.ItemView = value
 
value = instance.ItemView
See Also