Interface IExpandCollapsePattern
Provides access to a control that can visually expand to display content and collapse to hide content.
public interface IExpandCollapsePattern
Properties
ExpandCollapseState
The ExpandCollapseState of the element.
ExpandCollapseState ExpandCollapseState { get; }
Property Value
Methods
Collapse()
Hides all child nodes, controls, or content of the element.
void Collapse()
Expand()
Displays all child nodes, controls, or content of the element.
void Expand()