Interface
IGroupItemInfo

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 IGroupInfo.ParentGroupInfoIGroupInfo.GroupIGroupInfo.LevelIGroupInfo.IsBottomLevelIGroupInfo.ItemCountIGroupInfo.Items

Properties

Index

Gets the index of the GroupItem.

Declaration

cs-api-definition
int Index { get; }

Property Value

int

Name

Gets the name.

Declaration

cs-api-definition
object Name { get; }

Property Value

object

ParentGroupItemInfo

Gets the parent of this GroupItemInfo.

Declaration

cs-api-definition
IGroupItemInfo ParentGroupItemInfo { get; }

Property Value

IGroupItemInfo

Methods

GetGroupbyDate()

Gets the group by date.

Declaration

cs-api-definition
DateTime? GetGroupbyDate()

Returns

DateTime?

The date.

GetTimeZone()

Gets the TimeZone for the GroupItem.

Declaration

cs-api-definition
TimeZoneInfo GetTimeZone()

Returns

TimeZoneInfo

The TimeZoneInfo for the GroupItem.