[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.CheckListBehavior

CheckListBehavior Class

Customizes FlexGrid to include a checkbox column and display the grid as a check list.

Inheritance
CheckListBehavior
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class CheckListBehavior : Behavior<FlexGrid>

Constructors

Name Description
CheckListBehavior()

Fields

Name Description
SelectionBindingProperty

Properties

Name Description
SelectionBinding

Gets or sets the binding property to the boolean property of the data item which will hold the selection state.

Methods

Name Description
OnAttachedTo(FlexGrid)

Called when the behavior is attached to the grid.

OnDetachingFrom(FlexGrid)

Called when the behavior is detaching from the grid.