Class CheckBoxChangeEventArgs<T>
Defines the event arguments for checkbox change event of Tree Grid.
Inherited Members
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class CheckBoxChangeEventArgs<T>
Type Parameters
| Name | Description |
|---|---|
| T | A type which provides schema for the event arguments. |
Constructors
CheckBoxChangeEventArgs()
Declaration
public CheckBoxChangeEventArgs()
Properties
Checked
Defines the checked state.
Declaration
public bool Checked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
SelectedRowIndex
Defines the selected row index.
Declaration
public int SelectedRowIndex { get; }
Property Value
| Type | Description |
|---|---|
| int | Accepts an integer value. |
SelectedRowIndexes
Defines the selected row indexes.
Declaration
public List<int> SelectedRowIndexes { get; }
Property Value
| Type |
|---|
| List<int> |