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
ContainerTypeIdentifier
|
DragRelationSlotContainerType
Declaration
protected static readonly ContainerTypeIdentifier DragRelationSlotContainerType
Field Value
ContainerTypeIdentifier
|
DragResizeSlotHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier DragResizeSlotHighlightContainerType
Field Value
ContainerTypeIdentifier
|
EventDecoratorContainerType
Declaration
protected static readonly ContainerTypeIdentifier EventDecoratorContainerType
Field Value
ContainerTypeIdentifier
|
MilestoneDragResizeSlotHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier MilestoneDragResizeSlotHighlightContainerType
Field Value
ContainerTypeIdentifier
|
MilestoneTaskContainerType
Declaration
protected static readonly ContainerTypeIdentifier MilestoneTaskContainerType
Field Value
ContainerTypeIdentifier
|
OnTimeIndicatorContainerType
Declaration
protected static readonly ContainerTypeIdentifier OnTimeIndicatorContainerType
Field Value
ContainerTypeIdentifier
|
RelationContainerType
Declaration
protected static readonly ContainerTypeIdentifier RelationContainerType
Field Value
ContainerTypeIdentifier
|
SpecialSlotContainerType
Declaration
protected static readonly ContainerTypeIdentifier SpecialSlotContainerType
Field Value
ContainerTypeIdentifier
|
SummaryDragResizeSlotHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier SummaryDragResizeSlotHighlightContainerType
Field Value
ContainerTypeIdentifier
|
SummaryTaskContainerType
Declaration
protected static readonly ContainerTypeIdentifier SummaryTaskContainerType
Field Value
ContainerTypeIdentifier
|
TaskContainerType
Declaration
protected static readonly ContainerTypeIdentifier TaskContainerType
Field Value
ContainerTypeIdentifier
|
Methods
GetContainerType(Object)
Declaration
public override ContainerTypeIdentifier GetContainerType(object item)
Parameters
System.Object
item
|
Returns
ContainerTypeIdentifier
|