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


EmptyGridBehavior Class
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
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