[]
Customizes FlexGrid to include a checkbox column and display the grid as a check list.
public class CheckListBehavior : C1Behavior<FlexGrid>, IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject
| Name | Description |
|---|---|
| CheckListBehavior() |
| Name | Description |
|---|---|
| SelectionBindingProperty | Identifies the SelectionBinding dependency property. |
| Name | Description |
|---|---|
| SelectionBinding | Gets or sets the binding property to the boolean property of the data item which will hold the selection state. |
| Name | Description |
|---|---|
| OnAttachedTo(FlexGrid) | Called when the behavior is attached to the grid. |
| OnDetachingFrom(FlexGrid) | Called when the behavior is detaching from the grid. |