ClassRadCalculatorPickerAutomationPeer
Represents an automation peer for the RadCalculatorPicker.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadCalculatorPickerAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider
Inheritance: objectRadCalculatorPickerAutomationPeer
Implements:
Constructors
RadCalculatorPickerAutomationPeer(RadCalculatorPicker)
Initializes a new instance of the RadCalculatorPickerAutomationPeer class.
Declaration
public RadCalculatorPickerAutomationPeer(RadCalculatorPicker owner)
Parameters
owner
The RadCalculatorPicker.
Properties
ExpandCollapseState
Gets the state (expanded or collapsed) of the control.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
ExpandCollapseState
The state (expanded or collapsed) of the control.
Methods
Collapse()
Hides all nodes, controls, or content that are descendants of the control.
Declaration
public void Collapse()
Expand()
Displays all child nodes, controls, or content of the control.
Declaration
public void Expand()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.