Version: 1.4
LanguageEnglish
  • C#

BaseTreeViewController.GetChildIndexForId

Declaration

public int GetChildIndexForId(int id);

Parameters

id The item ID.

Returns

int The child index under the parent. Returns -1 if the item has no parent or doesn't exist in the tree.

Description

Gets the child index under the parent of the item with the specified ID.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答