ClassDefaultTimeLineContainerSelector
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class DefaultTimeLineContainerSelector : GanttItemsContainerSelector, IContainerSelector
Inheritance: objectGanttItemsContainerSelectorDefaultTimeLineContainerSelector
Implements:
Inherited Members
Constructors
DefaultTimeLineContainerSelector()
Declaration
cs-api-definition
public DefaultTimeLineContainerSelector()
Fields
DeadlineContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier DeadlineContainerType
Field Value
DragRelationSlotContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier DragRelationSlotContainerType
Field Value
DragResizeSlotHighlightContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier DragResizeSlotHighlightContainerType
Field Value
EventDecoratorContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier EventDecoratorContainerType
Field Value
MilestoneDragResizeSlotHighlightContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier MilestoneDragResizeSlotHighlightContainerType
Field Value
MilestoneTaskContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier MilestoneTaskContainerType
Field Value
OnTimeIndicatorContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier OnTimeIndicatorContainerType
Field Value
RelationContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier RelationContainerType
Field Value
SpecialSlotContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier SpecialSlotContainerType
Field Value
SummaryDragResizeSlotHighlightContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier SummaryDragResizeSlotHighlightContainerType
Field Value
SummaryTaskContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier SummaryTaskContainerType
Field Value
TaskContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier TaskContainerType
Field Value
Methods
GetContainerType(object)
Declaration
cs-api-definition
public override ContainerTypeIdentifier GetContainerType(object item)
Parameters
item
Returns
Overrides