FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / SkeletonLoadingBehavior Class
Members

In This Topic
    SkeletonLoadingBehavior Class
    In This Topic
    Allows any FlexGrid to be filtered using a System.Windows.Controls.TextBox.
    Object Model
    SkeletonLoadingBehavior Class
    Syntax
    'Declaration
     
    Public Class SkeletonLoadingBehavior 
       Inherits C1.WPF.Core.C1Behavior(Of FlexGrid)
       Implements Microsoft.Xaml.Behaviors.IAttachedObject 
    public class SkeletonLoadingBehavior : C1.WPF.Core.C1Behavior<FlexGrid>, Microsoft.Xaml.Behaviors.IAttachedObject  
    Remarks
    This behavior sets the CellFactory of the attached 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.SkeletonLoadingBehavior

    See Also