Interface IGroupItemInfo
Interface representing the information for the GroupItem.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IGroupItemInfo : IGroupInfo
Properties
Index
Gets the index of the GroupItem.
Declaration
int Index { get; }
Property Value
System.Int32
|
Name
Gets the name.
Declaration
object Name { get; }
Property Value
System.Object
|
ParentGroupItemInfo
Gets the parent of this GroupItemInfo.
Declaration
IGroupItemInfo ParentGroupItemInfo { get; }
Property Value
IGroupItemInfo
|
Methods
GetGroupbyDate()
Gets the group by date.
Declaration
Nullable<DateTime> GetGroupbyDate()
Returns
System.Nullable<System.DateTime>
The date. |
GetTimeZone()
Gets the TimeZone for the GroupItem.
Declaration
TimeZoneInfo GetTimeZone()
Returns
System.TimeZoneInfo
The TimeZoneInfo for the GroupItem. |