Class TreeGridSelectedCellIndexBuilder
Inheritance
System.Object
TreeGridSelectedCellIndexBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeGridSelectedCellIndexBuilder
Constructors
TreeGridSelectedCellIndexBuilder(TreeGrid)
Initializes a new instance of the
Declaration
public TreeGridSelectedCellIndexBuilder(TreeGrid treeGrid)
Parameters
Type | Name | Description |
---|---|---|
TreeGrid | treeGrid | It displays the list of cell selection option |
Fields
selectedCellIndexes
Declaration
public TreeGridSelectedCellIndex selectedCellIndexes
Field Value
Type | Description |
---|---|
TreeGridSelectedCellIndex |
selectedCellProperty
Declaration
public List<TreeGridSelectedCellIndex> selectedCellProperty
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<TreeGridSelectedCellIndex> |
Methods
Add()
To add cell selection properties
Declaration
public void Add()
CellIndex(Int32)
It sets a value that indicates column index for cell selection.
Declaration
public TreeGridSelectedCellIndexBuilder CellIndex(int cellIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | cellIndex | It accepts the integer value and display as column index |
Returns
Type | Description |
---|---|
TreeGridSelectedCellIndexBuilder | TreeGridSelectedCellIndexBuilder |
RowIndex(Int32)
It sets a value that indicates row index for cell selection.
Declaration
public TreeGridSelectedCellIndexBuilder RowIndex(int rowIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | It accepts the integer value and display as row index |
Returns
Type | Description |
---|---|
TreeGridSelectedCellIndexBuilder | TreeGridSelectedCellIndexBuilder |