Class
SlotHighlightInfo

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class SlotHighlightInfo : SlotInfo, IEventInfo, IGroupCellCoordinates, IEquatable<SlotInfo>

Inheritance: objectSlotInfoSlotHighlightInfo

Derived Classes: DragResizeSlotHighlightInfo

Implements: IEquatable<SlotInfo>IEventInfoIGroupCellCoordinates

Inherited Members SlotInfo.Equals(SlotInfo)SlotInfo.TimeRangeSlotInfo.CellCoordinates

Constructors

SlotHighlightInfo(Range<long>, int, int)

Declaration

cs-api-definition
public SlotHighlightInfo(Range<long> timeRange, int startIndex, int endIndex)

Parameters

timeRange

Range<long>

startIndex

int

endIndex

int

Properties

Slot

Declaration

cs-api-definition
public Slot Slot { get; set; }

Property Value

Slot

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides SlotInfo.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides SlotInfo.GetHashCode()