Class
GroupHeaderAutomationPeer

Represents the Automation Peer for the Group headers.

Definition

Constructors

GroupHeaderAutomationPeer(GroupHeader)

Initializes a new instance of the GroupHeaderAutomationPeer class.

Declaration

cs-api-definition
public GroupHeaderAutomationPeer(GroupHeader owner)

Parameters

owner

GroupHeader

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.

Declaration

cs-api-definition
public GroupHeader GroupHeader { get; }

Property Value

GroupHeader

Methods

Collapse()

Collapses the group header.

Declaration

cs-api-definition
public void Collapse()

Expand()

Expands the group header.

Declaration

cs-api-definition
public void Expand()

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

object