Interface IDataGroup
Namespace: Telerik.Data.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IDataGroup
Properties
ChildItems
Declaration
IReadOnlyList<object> ChildItems { get; }
Property Value
|
System.Collections.Generic.IReadOnlyList<System.Object>
|
Key
Declaration
object Key { get; }
Property Value
|
System.Object
|
Level
Declaration
int Level { get; }
Property Value
|
System.Int32
|