Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    'Declaration
     
    
    Public Class CheckListBehavior 
       Inherits C1.iOS.Core.C1Behavior(Of FlexGrid)
       Implements C1.iOS.Core.IDependencyObject 
    'Usage
     
    
    Dim instance As CheckListBehavior
    Inheritance Hierarchy

    System.Object
       C1.iOS.Core.C1Behavior<T>
          C1.iOS.Grid.CheckListBehavior

    See Also