TreeList.IsCellSelected(TreeListNode, TreeListColumn) Method
In This Article
Returns whether the cell in the specified node and column is currently selected.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public bool IsCellSelected(
TreeListNode node,
TreeListColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A node that contains the required cell. |
column | Tree |
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