INodeWithVisibility 接口

定义

允许 TreeNode 动态确定它在树中是否可见(显示)。

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

属性

ShouldShow

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

适用于