Skip to main content

TreeListNodeIterator.Reset() Method

In This Article

Returns the TreeListNodeIterator object to its original state.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void Reset()

#Remarks

The Reset method can be used to clear any explicitly defined properties and reset the TreeListNodeIterator object to its original (that is, default) state.

See Also