ClassHeatMapLabelsControlAutomationPeerBase
Class
Base class for RadHeatMap label types UI Automation.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class HeatMapLabelsControlAutomationPeerBase : FrameworkElementAutomationPeer
Inheritance: objectHeatMapLabelsControlAutomationPeerBase
Derived Classes:
Constructors
HeatMapLabelsControlAutomationPeerBase(FastItemsControlBase)
Initializes a new instance of the HeatMapLabelsControlAutomationPeerBase class.
Declaration
cs-api-definition
protected HeatMapLabelsControlAutomationPeerBase(FastItemsControlBase owner)
Parameters
owner
The FastItemsControlBase that is associated with this HeatMapLabelsControlAutomationPeerBase.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>