Intersoft ClientUI Documentation
CanUserExpandCollapseMemberPath Property (UXTreeViewItem)



Gets or sets a value that indicates the data member path to bind to the CanUserExpandCollapse property of the UXTreeViewItem.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CanUserExpandCollapseMemberPath As String
Dim instance As UXTreeViewItem
Dim value As String
 
instance.CanUserExpandCollapseMemberPath = value
 
value = instance.CanUserExpandCollapseMemberPath
[CategoryAttribute("Common Properties")]
public string CanUserExpandCollapseMemberPath {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ CanUserExpandCollapseMemberPath {
   String^ get();
   void set (    String^ value);
}
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

UXTreeViewItem Class
UXTreeViewItem Members

Send Feedback