C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / EmptyGridBehavior Class
Members

EmptyGridBehavior Class
Displays a visual element, typically a label with a message, when there are no rows in the grid.
Object Model
EmptyGridBehavior Class
Syntax
'Declaration
 
Public Class EmptyGridBehavior 
   Inherits C1.WPF.Core.C1Behavior(Of FlexGrid)
   Implements 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.Grid.EmptyGridBehavior

See Also