On this pageDataList_InlineList.selectedKeypublic string selectedKey { get; }CopyDescription#Gets the selected keyUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(DataList_InlineList target) { string result = target.selectedKey; } }Copy