INodeWithVisibility Interface

Definition

Allows a TreeNode to dynamically decide whether or not it is visible (shown) in the tree.

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

Properties

ShouldShow

Gets a value indicating whether a node should be shown.

Applies to