Interface IGroupItemInfo
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IGroupItemInfo : IGroupInfo
Properties
Index
Declaration
int Index { get; }
Property Value
|
System.Int32
|
Name
Declaration
object Name { get; }
Property Value
|
System.Object
|
ParentGroupItemInfo
Methods
GetGroupbyDate()
Declaration
Nullable<DateTime> GetGroupbyDate()
Returns
|
System.Nullable<System.DateTime>
|
GetTimeZone()
Declaration
TimeZoneInfo GetTimeZone()
Returns
|
System.TimeZoneInfo
|