TreeViewItemDataAutomationPeer.ExpandCollapseState 属性

定义

获取一个值,该值指示关联的 TreeViewItemDataAutomationPeer 的展开或折叠状态。

public:
 property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = treeViewItemDataAutomationPeer.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState

属性值

关联的 TreeViewItemDataAutomationPeer 的展开或折叠状态。 默认值为 Expanded

实现

注解

ExpandCollapseState 仅指直接子对象的可见性,它不指所有后代对象的可见性。

适用于