ClassGanttItemsContainerSelector
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class GanttItemsContainerSelector : IContainerSelector
Inheritance: objectGanttItemsContainerSelector
Derived Classes:
Implements:
Constructors
GanttItemsContainerSelector()
Declaration
cs-api-definition
public GanttItemsContainerSelector()
Fields
AlternatingBorderContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier AlternatingBorderContainerType
Field Value
BorderContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier BorderContainerType
Field Value
RowHighlightContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier RowHighlightContainerType
Field Value
RowSelectionContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier RowSelectionContainerType
Field Value
Methods
GetContainerType(object)
Declaration
cs-api-definition
public virtual ContainerTypeIdentifier GetContainerType(object item)
Parameters
item
Returns
Implements