Class
GanttHeaderProvider

Provides a class that represents a provider for current header of the RadGanttView grid section.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class GanttHeaderProvider : SimpleProviderBase, IRawElementProviderSimple

Inheritance: objectSimpleProviderBaseGanttHeaderProvider

Implements: IRawElementProviderSimple

Inherited Members SimpleProviderBase.GetPatternProvider(int)SimpleProviderBase.GetPropertyValue(int)SimpleProviderBase.GetName()SimpleProviderBase.HostRawElementProviderSimpleProviderBase.ProviderOptions

Constructors

GanttHeaderProvider(ColumnDefinition)

Initializes a new instance of the GanttHeaderProvider class.

Declaration

cs-api-definition
public GanttHeaderProvider(ColumnDefinition columnDefinition)

Parameters

columnDefinition

ColumnDefinition

The header owner.