ComponentOne Xamarin.iOS
ItemView Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > ComboBoxItemLoadingEventArgs Class : ItemView Property
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

Reference

ComboBoxItemLoadingEventArgs Class
ComboBoxItemLoadingEventArgs Members