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
BorderContainerType
Declaration
protected static readonly ContainerTypeIdentifier BorderContainerType
Field Value
RowHighlightContainerType
Declaration
protected static readonly ContainerTypeIdentifier RowHighlightContainerType
Field Value
RowSelectionContainerType
Declaration
protected static readonly ContainerTypeIdentifier RowSelectionContainerType
Field Value
Methods
GetContainerType(Object)
Declaration
public virtual ContainerTypeIdentifier GetContainerType(object item)
Parameters
System.
|