New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.TreeListHierarchyIndex

Represents the position of an item in the RadTreeList hierarchy.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.TreeListHierarchyIndex : IEquatable`1

Properties

LevelIndex Int32

Gets an integer value indicating the position of the item in the nested level.

NestedLevel Int32

Gets an integer value indicating on which level of the treelist hierarchy is the current item.

Methods

Equals

Checks whether two objects of type TreeListHierarchyIndex are equal.

Parameters

other Telerik.Web.UI.TreeListHierarchyIndex

A TreeListHierarchyIndex object to check for equality.

Returns

System.Boolean A boolean value indicating whether the two indexes are equal.

Equals

Checks whether a passed object is equal to the current one.

Parameters

obj System.Object

An object to compare the current one to.

Returns

System.Boolean A boolean value indicating whether the two objects are equal.

GetHashCode

Serves as a hash function for the TreeListHierarchyIndex type.

Returns

System.Int32 An integer value representing the hash for the current object.

In this article