Skip to main content
A newer version of this page is available. .

TreeListOperation.CanExecute(TreeListNode) Method

Checks whether or not this TreeListOperation can be applied to the specific node.

Namespace: DevExpress.XtraTreeList.Nodes.Operations

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public virtual bool CanExecute(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode to check.

Returns

Type Description
Boolean

true if this TreeListOperation can be applied to the specific node; otherwise, false.

See Also