GanttTaskProvider
Provides a class that represents a provider for current item of the RadGanttView grid section.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
public class GanttTaskProvider : SimpleProviderBase, IRawElementProviderSimple, ISelectionItemProvider
Inheritance: objectSimpleProviderBaseGanttTaskProvider
Implements:
Inherited Members
Constructors
Initializes a new instance of the GanttTaskProvider class.
public GanttTaskProvider(IGanttTask ganttTask, GanttItemsPresenter presenter)
Properties
Gets a value that indicates whether an item is selected.
public bool IsSelected { get; }
true if the element is selected; otherwise false.
SelectionContainer
IRawElementProviderSimple
Gets the UI Automation provider that implements System.Windows.Automation.Provider.ISelectionProvider and acts as the container for the calling object.
public IRawElementProviderSimple SelectionContainer { get; }
The provider that supports System.Windows.Automation.Provider.ISelectionProvider.
Methods
Adds the current element to the collection of selected items.
public void AddToSelection()
Gets the content of the associated Gantt task.
Removes the current element from the collection of selected items.
public void RemoveFromSelection()
Deselects any selected items and then selects the current element.
public void Select()