ClassEventInfo
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class EventInfo : SlotInfo, IEventInfo, IEquatable<SlotInfo>, IGroupCoordinates, IGroupCellCoordinates, IEquatable<EventInfo>, IObjectWrapper
Inheritance: objectSlotInfoEventInfo
Implements:
Inherited Members
Constructors
EventInfo(Range<long>, int, int, Range<int>, bool, bool)
Declaration
cs-api-definition
public EventInfo(Range<long> timeRange, int index, int intersectingRowsCount, Range<int> intersectingGroupCoordinates, bool isSummary, bool isMilestone)
Parameters
timeRange
index
intersectingRowsCount
intersectingGroupCoordinates
isSummary
isMilestone
Properties
EndGroupIntersectingGroupsCount
Declaration
cs-api-definition
public int EndGroupIntersectingGroupsCount { get; }
Property Value
Implements
StartGroupIntersectingGroupsCount
Declaration
cs-api-definition
public int StartGroupIntersectingGroupsCount { get; }
Property Value
Implements