Interface IGroupInfo
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IGroupInfo
Properties
Group
Declaration
ICollectionViewGroup Group { get; }
Property Value
Microsoft.
|
IsBottomLevel
Declaration
bool IsBottomLevel { get; }
Property Value
System.
|
ItemCount
Declaration
int ItemCount { get; }
Property Value
System.
|
Items
Declaration
IObservableVector<object> Items { get; }
Property Value
Windows.
|
Level
Declaration
int Level { get; }
Property Value
System.
|
Name
Declaration
object Name { get; }
Property Value
System.
|