InterfaceIGroupItemInfo
Interface
Interface representing the information for the GroupItem.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IGroupItemInfo : IGroupInfo
Inherited Members
Properties
Index
Gets the index of the GroupItem.
ParentGroupItemInfo
Gets the parent of this GroupItemInfo.
Declaration
cs-api-definition
IGroupItemInfo ParentGroupItemInfo { get; }
Property Value
Methods
GetGroupbyDate()
Gets the group by date.
GetTimeZone()
Gets the TimeZone for the GroupItem.
Declaration
cs-api-definition
TimeZoneInfo GetTimeZone()
Returns
The TimeZoneInfo for the GroupItem.