New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class EventDecoratorInfo : SlotInfo, IEventInfo, IEquatable<SlotInfo>, IGroupCellCoordinates, IEquatable<EventDecoratorInfo>, IObjectWrapper

Inheritance: objectSlotInfoEventDecoratorInfo

Implements: IEquatable<EventDecoratorInfo>IEquatable<SlotInfo>IEventInfoIGroupCellCoordinatesIObjectWrapper

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

Constructors

C#
public EventDecoratorInfo(EventInfo sourceEventInfo)
Parameters:sourceEventInfoEventInfo

Properties

C#
public EventInfo SourceEventInfo { get; }

Methods

C#
public bool Equals(EventDecoratorInfo other)
Parameters:otherEventDecoratorInfoReturns:

bool

Implements: IEquatable<EventDecoratorInfo>.Equals(EventDecoratorInfo)

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: SlotInfo.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: SlotInfo.GetHashCode()