Xuni Product Documentation - Xamarin.Forms
EmptyGridBehavior Class
Members 
Displays a visual element, typically a Xamarin.Forms.Label with a message, when there are no rows in the grid.
Syntax
public class EmptyGridBehavior : Xamarin.Forms.Behavior<FlexGrid>, Xamarin.Forms.Internals.IDynamicResourceHandler  
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>
            Xuni.Forms.FlexGrid.EmptyGridBehavior

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EmptyGridBehavior Members
Xuni.Forms.FlexGrid Namespace