WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfDataPagerAutomationPeer - WPF API Reference | Syncfusion SfDataPager to UI Automation. ">

    Show / Hide Table of Contents

    Class SfDataPagerAutomationPeer

    Represents the class that exposes the SfDataPager to UI Automation.

    Inheritance
    System.Object
    SfDataPagerAutomationPeer
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved