Class GanttItemsContainerSelector
Inheritance
System.Object
GanttItemsContainerSelector
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class GanttItemsContainerSelector : Object, IContainerSelector
Constructors
GanttItemsContainerSelector()
Declaration
public GanttItemsContainerSelector()
Fields
AlternatingBorderContainerType
Declaration
protected static readonly ContainerTypeIdentifier AlternatingBorderContainerType
Field Value
ContainerTypeIdentifier
|
BorderContainerType
Declaration
protected static readonly ContainerTypeIdentifier BorderContainerType
Field Value
ContainerTypeIdentifier
|
RowHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier RowHighlightContainerType
Field Value
ContainerTypeIdentifier
|
RowSelectionContainerType
Declaration
protected static readonly ContainerTypeIdentifier RowSelectionContainerType
Field Value
ContainerTypeIdentifier
|
Methods
GetContainerType(Object)
Declaration
public virtual ContainerTypeIdentifier GetContainerType(object item)
Parameters
System.Object
item
|
Returns
ContainerTypeIdentifier
|