Class GanttItemsContainerSelector
Inheritance
System.Object
GanttItemsContainerSelector
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class GanttItemsContainerSelector : 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
|