Class
GanttItemsContainerSelector

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class GanttItemsContainerSelector : IContainerSelector

Inheritance: objectGanttItemsContainerSelector

Derived Classes: DefaultTimeLineContainerSelector

Implements: IContainerSelector

Constructors

GanttItemsContainerSelector()

Declaration

cs-api-definition
public GanttItemsContainerSelector()

Fields

AlternatingBorderContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier AlternatingBorderContainerType

Field Value

ContainerTypeIdentifier

BorderContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier BorderContainerType

Field Value

ContainerTypeIdentifier

RowHighlightContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier RowHighlightContainerType

Field Value

ContainerTypeIdentifier

RowSelectionContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier RowSelectionContainerType

Field Value

ContainerTypeIdentifier

Methods

GetContainerType(object)

Declaration

cs-api-definition
public virtual ContainerTypeIdentifier GetContainerType(object item)

Parameters

item

object

Returns

ContainerTypeIdentifier

Implements IContainerSelector.GetContainerType(object)