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.
|
Key
Declaration
object Key { get; }
Property Value
System.
|
Level
Declaration
int Level { get; }
Property Value
System.
|