PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / EmptyGridBehavior Class / EmptyView Property

In This Topic
    EmptyView Property
    In This Topic
    Gets or sets the empty view that will be shown when there are no rows in the grid.
    Syntax
    'Declaration
     
    
    Public Property EmptyView As FrameworkElement
    public FrameworkElement EmptyView {get; set;}
    See Also