Interface IGroupedData
Hierarchical data interface
[Obsolete("Interface was not intended for public use and will be removed.")]
[ObsoleteSince(29, 3)]
public interface IGroupedData
- Extension Methods
Properties
TopItem
Top item in the hierarchy
object TopItem { get; }
Property Value
- object
Methods
GetItems(object)
Gets the items based on the given key
IList GetItems(object key)
Parameters
key
objectKey
Returns
- IList