Class SfMultiColumnDropDownControlAutomationPeer
Represents the class that exposes the SfMultiColumnDropDownControl to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SfMultiColumnDropDownControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
SfMultiColumnDropDownControlAutomationPeer(SfMultiColumnDropDownControl)
Initializes a new instance of the SfMultiColumnDropDownControlAutomationPeer class.
Declaration
public SfMultiColumnDropDownControlAutomationPeer(SfMultiColumnDropDownControl control)
Parameters
Type | Name | Description |
---|---|---|
SfMultiColumnDropDownControl | control | Specifies the SfMultiColumnDropDownControl. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the SfMultiColumnDropDownControl that is associated with this SfMultiColumnDropDownControlAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | Returns the control type for the SfMultiColumnDropDownControl as Custom. |
GetClassNameCore()
Gets the name of the SfMultiColumnDropDownControl that is associated with this SfMultiColumnDropDownControlAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the SfMultiColumnDropDownControl. |
GetItemStatusCore()
Gets a string that communicates the visual status of the SfMultiColumnDropDownControl that is associated with this SfMultiColumnDropDownControlAutomationPeer.
Declaration
protected override string GetItemStatusCore()
Returns
Type | Description |
---|---|
System.String | Returns a string that communicates the visual status of the SfMultiColumnDropDownControl. |
GetNameCore()
Gets the text label of SfMultiColumnDropDownControl that is associated with SfMultiColumnDropDownControlAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of SfMultiColumnDropDownControl. |
IsEnabledCore()
Gets a value that indicates whether the SfMultiColumnDropDownControl that is associated with this SfMultiColumnDropDownControlAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |