INodeWithVisibility 接口

定义

允许 TreeNode 动态决定自己是否在树中可见(显示)。

public interface class INodeWithVisibility
public interface INodeWithVisibility
type INodeWithVisibility = interface
Public Interface INodeWithVisibility

属性

名称 说明
ShouldShow

获得一个值,指示是否应该显示某个节点。

适用于