Class GridDetailsViewExpanderCellAutomationPeer
Represents the class that exposes the GridDetailsViewExpanderCell to UI Automation.
Inheritance
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. |