Extended Tree ViewChecked Nodes Property
This property will return a collection containing the currently checked nodes in the tree view
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public CheckedNodesCollection CheckedNodes { get; }VB
Public ReadOnly Property CheckedNodes As CheckedNodesCollection
GetC++
public:
property CheckedNodesCollection^ CheckedNodes {
CheckedNodesCollection^ get ();
}F#
member CheckedNodes : CheckedNodesCollection with getProperty Value
CheckedNodesCollectionRemarks
The collection is read-only but the items in it are not.