ClassDateTimeListAutomationPeer
Class
Automation Peer for the DateTimeList class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DateTimeListAutomationPeer : RadLoopingListAutomationPeer, ISelectionProvider, IExpandCollapseProvider
Inheritance: objectRadControlAutomationPeerRadLoopingListAutomationPeerDateTimeListAutomationPeer
Implements:
Inherited Members
Constructors
DateTimeListAutomationPeer(DateTimeList)
Initializes a new instance of the DateTimeListAutomationPeer class.
Declaration
cs-api-definition
public DateTimeListAutomationPeer(DateTimeList owner)
Parameters
owner
The DateTimeList that is associated with this DateTimeListAutomationPeer.
Methods
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides