menu

WPF

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

    Show / Hide Table of Contents

    Class GridIndentCellAutomationPeer

    Represents the class that exposes the GridIndentCell to UI Automation.

    Inheritance
    System.Object
    GridIndentCellAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridIndentCellAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    GridIndentCellAutomationPeer(GridCell)

    Initializes a new instance of the GridIndentCellAutomationPeer class.

    Declaration
    public GridIndentCellAutomationPeer(GridCell gridCell)
    Parameters
    Type Name Description
    GridCell gridCell

    Specifies the GridIndentCell.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the GridIndentCell that is associated with this GridIndentCellAutomationPeer.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationControlType

    Returns the control type for the GridIndentCell as Custom.

    GetChildrenCore()

    Gets the collection of child elements of the GridIndentCell that is associated with this GridIndentCellAutomationPeer.

    Declaration
    protected override List<AutomationPeer> GetChildrenCore()
    Returns
    Type Description
    System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>

    Returns the collection of child elements of the GridIndentCell.

    GetClassNameCore()

    Gets the name of the GridIndentCell that is associated with this GridIndentCellAutomationPeer.

    Declaration
    protected override string GetClassNameCore()
    Returns
    Type Description
    System.String

    Returns the name of the GridIndentCell.

    GetHelpTextCore()

    Gets the string that describes the functionality of the GridIndentCell that is associated with GridIndentCellAutomationPeer.

    Declaration
    protected override string GetHelpTextCore()
    Returns
    Type Description
    System.String

    Returns the string that describes the functionality of the GridIndentCell.

    GetItemStatusCore()

    Gets a string that communicates the visual status of the GridIndentCell that is associated with this GridIndentCellAutomationPeer.

    Declaration
    protected override string GetItemStatusCore()
    Returns
    Type Description
    System.String

    Returns a string that communicates the visual status of the GridIndentCell.

    GetNameCore()

    Gets the text label of GridIndentCell that is associated with GridIndentCellAutomationPeer.

    Declaration
    protected override string GetNameCore()
    Returns
    Type Description
    System.String

    Returns the text label of GridIndentCell.

    IsEnabledCore()

    Gets a value that indicates whether the GridIndentCell that is associated with this GridIndentCellAutomationPeer can accept keyboard focus.

    Declaration
    protected override bool IsEnabledCore()
    Returns
    Type Description
    System.Boolean

    Returns true.

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