NTreeNodeFilter Class Members
In This Topic
The following tables list the members exposed by NTreeNodeFilter.
Public Properties
| Name | Description |
 | BranchesOnly | Determines whether only branch nodes will be considered. |
 | LeavesOnly | Determines whether only leaf nodes will be considered. |
 | VisibleOnly | Determines whether only visible nodes will be considered. |
Top
Public Methods
| Name | Description |
 | Clone | Creates an identical copy of this instance (Inherited from Nevron.Filters.NFilter) |
 | Filter | Overridden. Examines the node and determines whether it satisfies the current filter. |
Top
See Also