ClassGroupHeaderAutomationPeer
Class
Represents the Automation Peer for the Group headers.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class GroupHeaderAutomationPeer : AutomationPeerBase<GroupHeader>, IExpandCollapseProvider
Inheritance: objectAutomationPeerBase<GroupHeader>GroupHeaderAutomationPeer
Implements:
Inherited Members
Constructors
GroupHeaderAutomationPeer(GroupHeader)
Initializes a new instance of the GroupHeaderAutomationPeer class.
Declaration
cs-api-definition
public GroupHeaderAutomationPeer(GroupHeader owner)
Parameters
owner
Properties
ExpandCollapseState
Gets the expand-collapse state of the GroupHeader.
Declaration
cs-api-definition
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
ExpandCollapseState
GroupHeader
Gets the owner group header of the GroupHeaderAutomationPeer class.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetPatternCore(PatternInterface)
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns