New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class GanttItemsContainerSelector : IContainerSelector

Inheritance: objectGanttItemsContainerSelector

Derived Classes: DefaultTimeLineContainerSelector

Implements: IContainerSelector

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)
Parameters:itemobjectReturns:

ContainerTypeIdentifier

Implements: IContainerSelector.GetContainerType(object)