WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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.
    Object Model
    EmptyGridBehavior ClassFlexGrid Class
    Syntax
    public class EmptyGridBehavior : C1.WinUI.Core.C1Behavior<FlexGrid>, Microsoft.Xaml.Interactivity.IBehavior, WinRT.IWinRTObject  
    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.UI.Xaml.DependencyObject
          Microsoft.Xaml.Interactivity.Behavior
             Microsoft.Xaml.Interactivity.Behavior<T>
                C1.WinUI.Core.C1Behavior<T>
                   C1.WinUI.Grid.EmptyGridBehavior

    See Also