PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid 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 properties in the grid.
    Object Model
    EmptyGridBehavior Class
    Syntax
    'Declaration
     
    
    <C1BehaviorAttribute()>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class EmptyGridBehavior 
       Inherits C1.WPF.Core.C1Behavior(Of C1PropertyGrid)
       Implements Microsoft.Xaml.Behaviors.IAttachedObject 
    [C1Behavior()]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class EmptyGridBehavior : C1.WPF.Core.C1Behavior<C1PropertyGrid>, Microsoft.Xaml.Behaviors.IAttachedObject  
    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
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Freezable
                System.Windows.Media.Animation.Animatable
                   Microsoft.Xaml.Behaviors.Behavior
                      Microsoft.Xaml.Behaviors.Behavior<T>
                         C1.WPF.Core.C1Behavior<T>
                            C1.WPF.PropertyGrid.EmptyGridBehavior

    See Also