Gets value that can be used for tracking original position inside of data source.
This property only used if C1TreeView treeview is bounded to data source and callbacks are enabled.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] [JsonAttribute(true, true, null)] public ArrayList SearchIndexes { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <JsonAttribute(True, True, Nothing)> _ Public Property SearchIndexes As ArrayList Get Set |