ClassPaginationIndexLabelControlAutomationPeer
Class
Automation Peer for the PaginationIndexLabelControl class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class PaginationIndexLabelControlAutomationPeer : RadControlAutomationPeer
Inheritance: objectRadControlAutomationPeerPaginationIndexLabelControlAutomationPeer
Inherited Members
Constructors
PaginationIndexLabelControlAutomationPeer(PaginationIndexLabelControl)
Initializes a new instance of the PaginationIndexLabelControlAutomationPeer class.
Declaration
cs-api-definition
public PaginationIndexLabelControlAutomationPeer(PaginationIndexLabelControl owner)
Parameters
owner
The PaginationIndexLabelControl that is associated with this PaginationIndexLabelControlAutomationPeer.
Methods
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides