Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 C1.iOS.Core.C1Behavior(Of FlexGrid)
       Implements C1.iOS.Core.IDependencyObject 
    'Usage
     
    
    Dim instance As EmptyGridBehavior
    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
       C1.iOS.Core.C1Behavior<T>
          C1.iOS.Grid.EmptyGridBehavior

    See Also