New to Telerik UI for WPFStart a free 30-day trial

Interface representing the information for the GroupItem.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface IGroupItemInfo : IGroupInfo

Inherited Members IGroupInfo.ParentGroupInfoIGroupInfo.GroupIGroupInfo.LevelIGroupInfo.IsBottomLevelIGroupInfo.ItemCountIGroupInfo.Items...

Properties

Gets the index of the GroupItem.

C#
int Index { get; }

Gets the name.

C#
object Name { get; }

Gets the parent of this GroupItemInfo.

C#
IGroupItemInfo ParentGroupItemInfo { get; }

Methods

Gets the group by date.

C#
DateTime? GetGroupbyDate()
Returns:

DateTime?

The date.

Gets the TimeZone for the GroupItem.

C#
TimeZoneInfo GetTimeZone()
Returns:

TimeZoneInfo

The TimeZoneInfo for the GroupItem.