menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataPagerAccessibilityObject - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataPagerAccessibilityObject

    Represents a class that provides the accessibility object for the SfDataPager.

    Inheritance
    System.Object
    DataPagerAccessibilityObject
    Namespace: Syncfusion.WinForms.DataPager.Accessibility
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class DataPagerAccessibilityObject : Control.ControlAccessibleObject

    Constructors

    DataPagerAccessibilityObject(SfDataPager)

    Initializes a new instance of the DataPagerAccessibilityObject class.

    Declaration
    public DataPagerAccessibilityObject(SfDataPager sfDataPager)
    Parameters
    Type Name Description
    SfDataPager sfDataPager

    The SfDataPager control.

    Properties

    Bounds

    Gets the bounds of the SfDataPager.

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Name

    Gets the AccessibleName of the SfDataPager control.

    Declaration
    public override string Name { get; set; }
    Property Value
    Type
    System.String

    Role

    Gets the AccessibleRole of the SfDataPager Control.

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleRole

    Methods

    GetChild(Int32)

    Overridden to get the accessibility object of the child at the given index.

    Declaration
    public override AccessibleObject GetChild(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index of the child control.

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Returns the child object at the given index.

    GetChildCount()

    Overridden to get the child count of the SfDataPager.

    Declaration
    public override int GetChildCount()
    Returns
    Type Description
    System.Int32

    Returns the child count of the data grid.

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