Back to Devexpress

TreeListOperation Methods

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-operations-dot-treelistoperation-dot-underscore-methods.md

latest3.7 KB
Original Source

TreeListOperation Methods

Serves as the base for classes specifying operations performed on nodes.

NameDescription
CanContinueIteration(TreeListNode)Returns a value indicating whether the iteration must be stopped.
CanExecute(TreeListNode)Checks whether or not this TreeListOperation can be applied to the specific node.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
Execute(TreeListNode)Must be implemented to perform an operation on the visited node.
FinalizeOperation()Can be overridden to perform final operations and free allocated resources.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
NeedsVisitChildren(TreeListNode)Gets a value specifying whether the operation must be performed on the specified node’s children.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TreeListOperation Class

TreeListOperation Members

DevExpress.XtraTreeList.Nodes.Operations Namespace