Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.View
    'Usage
     
    
    Dim instance As EmptyGridBehavior
    Dim value As Xamarin.Forms.View
     
    instance.EmptyView = value
     
    value = instance.EmptyView
    public Xamarin.Forms.View EmptyView {get; set;}
    See Also