MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.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.
    Syntax
    public class CheckListBehavior : Microsoft.Maui.Controls.Behavior<FlexGrid> 
    Inheritance Hierarchy

    System.Object
       Microsoft.Maui.Controls.BindableObject
          Microsoft.Maui.Controls.Behavior
             Microsoft.Maui.Controls.Behavior<T>
                C1.Maui.Grid.CheckListBehavior

    See Also