Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / EmptyGridBehavior Class / EmptyView Property


In This Topic
    EmptyView Property
    In This Topic
    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