Class GroupHeaderAutomationPeer
Represents the Automation Peer for the Group headers.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class GroupHeaderAutomationPeer : AutomationPeerBase<GroupHeader>, IExpandCollapseProvider
Constructors
GroupHeaderAutomationPeer(GroupHeader)
Initializes a new instance of the GroupHeaderAutomationPeer class.
Declaration
public GroupHeaderAutomationPeer(GroupHeader owner)
Parameters
GroupHeader
owner
|
Properties
ExpandCollapseState
Gets the expand-collapse state of the GroupHeader.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
System.Windows.Automation.ExpandCollapseState
|
GroupHeader
Gets the owner group header of the GroupHeaderAutomationPeer class.
Declaration
public GroupHeader GroupHeader { get; }
Property Value
GroupHeader
|
Methods
Collapse()
Collapses the group header.
Declaration
public void Collapse()
Expand()
Expands the group header.
Declaration
public void Expand()
GetAutomationControlTypeCore()
Returns the control type for the UIElement associated with this AutomationPeer. This method is called by AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration value. |
GetChildrenCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren().
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
The collection of child elements. |
GetPattern(PatternInterface)
When overridden in a derived class, gets the control pattern that is associated with the specified System.Windows.Automation.Peers.PatternInterface.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
A value from the System.Windows.Automation.Peers.PatternInterface enumeration. |
Returns
System.Object
The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration. |