Class DefaultTimeLineContainerSelector
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class DefaultTimeLineContainerSelector : GanttItemsContainerSelector, IContainerSelector
Constructors
DefaultTimeLineContainerSelector()
Declaration
public DefaultTimeLineContainerSelector()
Fields
DeadlineContainerType
Declaration
protected static readonly ContainerTypeIdentifier DeadlineContainerType
Field Value
DragRelationSlotContainerType
Declaration
protected static readonly ContainerTypeIdentifier DragRelationSlotContainerType
Field Value
DragResizeSlotHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier DragResizeSlotHighlightContainerType
Field Value
EventDecoratorContainerType
Declaration
protected static readonly ContainerTypeIdentifier EventDecoratorContainerType
Field Value
MilestoneDragResizeSlotHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier MilestoneDragResizeSlotHighlightContainerType
Field Value
MilestoneTaskContainerType
Declaration
protected static readonly ContainerTypeIdentifier MilestoneTaskContainerType
Field Value
OnTimeIndicatorContainerType
Declaration
protected static readonly ContainerTypeIdentifier OnTimeIndicatorContainerType
Field Value
RelationContainerType
Declaration
protected static readonly ContainerTypeIdentifier RelationContainerType
Field Value
SpecialSlotContainerType
Declaration
protected static readonly ContainerTypeIdentifier SpecialSlotContainerType
Field Value
SummaryDragResizeSlotHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier SummaryDragResizeSlotHighlightContainerType
Field Value
SummaryTaskContainerType
Declaration
protected static readonly ContainerTypeIdentifier SummaryTaskContainerType
Field Value
TaskContainerType
Declaration
protected static readonly ContainerTypeIdentifier TaskContainerType
Field Value
Methods
GetContainerType(Object)
Declaration
public override ContainerTypeIdentifier GetContainerType(object item)
Parameters
System.
|