Interface IContextListProperty
public interface IContextListProperty
- Extension Methods
Properties
Count
int Count { get; }
Property Value
Data
IReadOnlyList<IDataContextReadonly> Data { get; }
Property Value
HierarchyParent
IDataContextReadonly HierarchyParent { get; }
Property Value
this[int]
IDataContextReadonly this[int index] { get; }
Parameters
indexint
Property Value
Methods
GetIndexedElement(int, string)
IDataContextReadonly GetIndexedElement(int index, string indexKey = "index")
Parameters
Returns
Events
OnListChanged
event Action OnListChanged