TreeList.IsCellSelected(TreeListNode, TreeListColumn) Method
Returns whether the cell in the specified node and column is currently selected.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A node that contains the required cell. |
column | TreeListColumn | A column that contains the required cell. |
Returns
Type | Description |
---|---|
Boolean | true if the cell in the specified node and column is currently selected; otherwise, false. |
See Also