TreeList.SelectCell(TreeListNode, TreeListColumn) Method
Selects the cell in the specified node and column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public void SelectCell(
TreeListNode node,
TreeListColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A node in which to select the cell. |
column | Tree |
A column in which to select the cell. |
#Remarks
The SelectCell method selects the cell located at the intersection of the specified node (row) and column. To discard the selection, use the TreeList.UnselectCell or TreeList.UnselectCells methods.
After the selection is changed, the TreeList.SelectionChanged event is raised.
Note
The Select