On this pageDataList_InlineList.selectedIndexpublic Int32 selectedIndex { get; }CopyDescription#Gets the selected indexUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(DataList_InlineList target) { int result = target.selectedIndex; } }Copy