Skip to main content

TreeListVisibleNodeOperation.CanExecute(TreeListNode) Method

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

Namespace: DevExpress.XtraTreeList.Nodes.Operations

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public sealed override bool CanExecute(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode to check.

Returns

Type Description
Boolean

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

See Also