Class CheckBoxChangeEventArgs<T>
Defines the event arguments for checkbox change event of Tree Grid.
Inheritance
System.Object
CheckBoxChangeEventArgs<T>
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class CheckBoxChangeEventArgs<T> : Object
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 |
---|---|
System.Boolean |
|
SelectedRowIndex
Defines the selected row index.
Declaration
public int SelectedRowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |
SelectedRowIndexes
Defines the selected row indexes.
Declaration
public List<int> SelectedRowIndexes { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Int32> |