menu

WPF

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

    Show / Hide Table of Contents

    Class GridDetailsViewExpanderCellAutomationPeer

    Represents the class that exposes the GridDetailsViewExpanderCell to UI Automation.

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

    Constructors

    GridDetailsViewExpanderCellAutomationPeer(GridDetailsViewExpanderCell)

    Initializes a new instance of the GridDetailsViewExpanderCellAutomationPeer class.

    Declaration
    public GridDetailsViewExpanderCellAutomationPeer(GridDetailsViewExpanderCell control)
    Parameters
    Type Name Description
    GridDetailsViewExpanderCell control

    Specifies the GridDetailsViewExpanderCell.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the GridDetailsViewExpanderCell that is associated with this GridDetailsViewExpanderCellAutomationPeer.

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

    Returns the control type for the GridDetailsViewExpanderCell as Custom.

    GetClassNameCore()

    Gets the name of the GridDetailsViewExpanderCell that is associated with this GridDetailsViewExpanderCellAutomationPeer.

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

    Returns the name of the GridDetailsViewExpanderCell.

    GetNameCore()

    Gets the text label of GridDetailsViewExpanderCell that is associated with GridDetailsViewExpanderCellAutomationPeer.

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

    Returns the text label of GridDetailsViewExpanderCell.

    IsEnabledCore()

    Gets a value that indicates whether the GridDetailsViewExpanderCell that is associated with this GridDetailsViewExpanderCellAutomationPeer 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