C1.Android.Grid Assembly / C1.Android.Grid Namespace / CheckListBehavior Class
Members


CheckListBehavior Class
Customizes FlexGrid to include a checkbox column and display the grid as a check list.
Syntax
'Declaration
 
Public Class CheckListBehavior 
   Inherits C1.Android.Core.C1Behavior(Of FlexGrid)
   Implements C1.Android.Core.IDependencyObject 
 
'Usage
 
Dim instance As CheckListBehavior
Inheritance Hierarchy

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

See Also