Intersoft ClientUI Documentation
ExpandedImageMemberPath Property (UXTreeViewItem)



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

You can bind a collection of data to UXTreeView by using HierarchicalDataTemplate to visualize the data in hierarchical manner. You use the ItemsSource and ItemTemplate property to specify the source and template of each level of data contained in the UXTreeView. If you do not want to differentiate the template of each level, you can create a generic style for UXTreeViewItem and assign it to the ItemContainerStyle property of the UXTreeView control. To learn more about data binding, see Data Binding Overview.

To bind the data, you can either use ItemTemplate such as HierarchicalDataTemplate, or the member path properties such as listed below.

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