Interface IExpandCollapseProvider

All Superinterfaces:
IInitable

public interface IExpandCollapseProvider extends IInitable
Provides access to a control that visually expands to display content, and collapses to hide content.
  • Method Details

    • Expand

      void Expand()
      Hides all child nodes, controls, or content of this element.
    • Collapse

      void Collapse()
      Displays all child nodes, controls, or content of the control.
    • get_ExpandCollapseState

      ExpandCollapseState get_ExpandCollapseState()
      Indicates the state, expanded or collapsed, of the control.
      Returns:
      the expand/collapse state