MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.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
    public class EmptyGridBehavior : Microsoft.Maui.Controls.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
       Microsoft.Maui.Controls.BindableObject
          Microsoft.Maui.Controls.Behavior
             Microsoft.Maui.Controls.Behavior<T>
                C1.Maui.Grid.EmptyGridBehavior

    See Also