WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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 ClassFlexGrid Class
    Syntax
    public class CheckListBehavior : C1.WinUI.Core.C1Behavior<FlexGrid>, Microsoft.Xaml.Interactivity.IBehavior, WinRT.IWinRTObject  
    Inheritance Hierarchy

    System.Object
       Microsoft.UI.Xaml.DependencyObject
          Microsoft.Xaml.Interactivity.Behavior
             Microsoft.Xaml.Interactivity.Behavior<T>
                C1.WinUI.Core.C1Behavior<T>
                   C1.WinUI.Grid.CheckListBehavior

    See Also