Version: 1.4
LanguageEnglish
  • C#

BaseTreeViewController.GetChildrenIdsByIndex

Declaration

public IEnumerable<int> GetChildrenIdsByIndex(int index);

Parameters

index The item index.

Returns

IEnumerable<int> The children IDs.

Description

Gets the children IDs of the item with the specified index.


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