Intersoft ClientUI Documentation
DisplayMemberPath Property (UXButtonItems)



Gets or sets the name or path of the property that is displayed for each data item.
Syntax
<CategoryAttribute("Binding")>
Public Property DisplayMemberPath As String
Dim instance As UXButtonItems
Dim value As String
 
instance.DisplayMemberPath = value
 
value = instance.DisplayMemberPath
[CategoryAttribute("Binding")]
public string DisplayMemberPath {get; set;}
[CategoryAttribute("Binding")]
public:
property String^ DisplayMemberPath {
   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

UXButtonItems Class
UXButtonItems Members

Send Feedback