Class SfDataPagerAutomationPeer
Represents the class that exposes the SfDataPager to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SfDataPagerAutomationPeer : FrameworkElementAutomationPeer
Constructors
SfDataPagerAutomationPeer(SfDataPager)
Initializes a new instance of the SfDataPagerAutomationPeer class.
Declaration
public SfDataPagerAutomationPeer(SfDataPager DataPager)
Parameters
Type | Name | Description |
---|---|---|
SfDataPager | DataPager | Specifies the SfDataPager. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the SfDataPager that is associated with this SfDataPagerAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | Returns the control type for the SfDataPager as Custom. |
GetClassNameCore()
Gets the string that describes the functionality of the SfDataPager that is associated with SfDataPagerAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the string that describes the functionality of the SfDataPager. |
GetItemStatusCore()
Gets a string that communicates the visual status of the SfDataPager that is associated with this SfDataPagerAutomationPeer.
Declaration
protected override string GetItemStatusCore()
Returns
Type | Description |
---|---|
System.String | Returns a string that communicates the visual status of the SfDataPager. |
GetNameCore()
Gets the text label of SfDataPager that is associated with SfDataPagerAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of SfDataPager. |
IsEnabledCore()
Gets a value that indicates whether the SfDataPager that is associated with this SfDataPagerAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |