Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / EmptyGridBehavior Class
Members


In This Topic
    EmptyGridBehavior Class
    In This Topic
    Displays a visual element, typically a label with a message, when there are no rows in the grid.
    Syntax
    'Declaration
     
    
    Public Class EmptyGridBehavior 
       Inherits Xamarin.Forms.Behavior(Of FlexGrid)
    'Usage
     
    
    Dim instance As EmptyGridBehavior
    public class EmptyGridBehavior : Xamarin.Forms.Behavior<FlexGrid> 
    Remarks
    Sets the property IsVisible of EmptyView and the attached grid so that the empty view is displayed when there are no rows in the grid.
    Inheritance Hierarchy

    System.Object
       Xamarin.Forms.BindableObject
          Xamarin.Forms.Behavior
             Xamarin.Forms.Behavior<T>
                C1.Xamarin.Forms.Grid.EmptyGridBehavior

    See Also