Intersoft ClientUI Documentation
TreeSelectionMode Property



Gets or sets a value that specifies the mode when item been select.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TreeSelectionMode As TreeSelectionMode
Dim instance As UXTreeView
Dim value As TreeSelectionMode
 
instance.TreeSelectionMode = value
 
value = instance.TreeSelectionMode
[CategoryAttribute("Common Properties")]
public TreeSelectionMode TreeSelectionMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property TreeSelectionMode TreeSelectionMode {
   TreeSelectionMode get();
   void set (    TreeSelectionMode value);
}
Remarks

UXTreeView has two selection modes such as discussed in the following list.

You can change this selection behavior through the TreeSelectionMode property.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXTreeView Class
UXTreeView Members

Send Feedback