ComponentOne Xamarin.iOS
EmptyView Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > EmptyGridBehavior Class : EmptyView Property
Gets or sets the empty view that will be shown when there are no rows in the grid.
Syntax
'Declaration
 
Public Property EmptyView As UIKit.UIView
'Usage
 
Dim instance As EmptyGridBehavior
Dim value As UIKit.UIView
 
instance.EmptyView = value
 
value = instance.EmptyView
public UIKit.UIView EmptyView {get; set;}
See Also

Reference

EmptyGridBehavior Class
EmptyGridBehavior Members