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

In This Topic
    CheckListBehavior Class
    In This Topic
    Customizes FlexGrid to include a checkbox column and display the grid as a check list.
    Object Model
    CheckListBehavior Class
    Syntax
    'Declaration
     
    Public Class CheckListBehavior 
       Inherits C1.WPF.Core.C1Behavior(Of FlexGrid)
       Implements Microsoft.Xaml.Behaviors.IAttachedObject 
    public class CheckListBehavior : C1.WPF.Core.C1Behavior<FlexGrid>, Microsoft.Xaml.Behaviors.IAttachedObject  
    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.CheckListBehavior

    See Also