Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class GanttItemsContainerSelector : IContainerSelector
Inheritance: objectGanttItemsContainerSelector
Derived Classes:
Implements:
Constructors
C#
public GanttItemsContainerSelector()
Fields
C#
protected static readonly ContainerTypeIdentifier AlternatingBorderContainerType
C#
protected static readonly ContainerTypeIdentifier BorderContainerType
C#
protected static readonly ContainerTypeIdentifier RowHighlightContainerType
C#
protected static readonly ContainerTypeIdentifier RowSelectionContainerType
Methods
C#
public virtual ContainerTypeIdentifier GetContainerType(object item)
Implements: