Class GanttCellProvider
Provides a class that represents a provider for current cell of the RadGanttView grid section.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class GanttCellProvider : SimpleProviderBase, IRawElementProviderSimple
Constructors
GanttCellProvider(CellInfo)
Initializes a new instance of the GanttCellProvider class.
Declaration
public GanttCellProvider(CellInfo cellInfo)
Parameters
CellInfo
cellInfo
The cell owner. |