IGroupInfo
Interface
Defines basic methods and properties of a group item.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public interface IGroupInfo
Properties
Group
CollectionViewGroup
Gets the group.
C#
CollectionViewGroup Group { get; }
Gets a value that indicates whether this group has any subgroups.
C#
bool IsBottomLevel { get; }
Gets the immediate items contained in this group.
C#
ReadOnlyObservableCollection<object> Items { get; }
Gets the parent group.
C#
IGroupInfo ParentGroupInfo { get; }