TreeListOperation.CanExecute(TreeListNode) Method
In This Article
Checks whether or not this TreeListOperation can be applied to the specific node.
Namespace: DevExpress.XtraTreeList.Nodes.Operations
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual bool CanExecute(
TreeListNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A Tree |
#Returns
Type | Description |
---|---|
Boolean | true if this Tree |
See Also