Class
DragResizeSlotHighlightInfo

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

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

Inheritance: objectSlotInfoSlotHighlightInfoDragResizeSlotHighlightInfo

Implements: IEquatable<SlotInfo>IEventInfoIGroupCellCoordinates

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

Constructors

DragResizeSlotHighlightInfo(Range<long>, int, int)

Declaration

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

Parameters

timeRange

Range<long>

startIndex

int

endIndex

int

Methods

Equals(object)

Declaration

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

Parameters

obj

object

Returns

bool

Overrides SlotHighlightInfo.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides SlotHighlightInfo.GetHashCode()