[]
        
(Showing Draft Content)

C1.Blazor.Grid.CheckListBehavior

CheckListBehavior Class

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

Inheritance
CheckListBehavior
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class CheckListBehavior : C1Behavior<FlexGrid>, IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject

Constructors

Name Description
CheckListBehavior()

Fields

Name Description
SelectionBindingProperty

Identifies the SelectionBinding dependency property.

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.