Intersoft ClientUI Documentation
PropertyDisplayMemberPath Property



Gets or sets the property display member path.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PropertyDisplayMemberPath As String
Dim instance As UXQueryBuilder
Dim value As String
 
instance.PropertyDisplayMemberPath = value
 
value = instance.PropertyDisplayMemberPath
[CategoryAttribute("Common Properties")]
public string PropertyDisplayMemberPath {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ PropertyDisplayMemberPath {
   String^ get();
   void set (    String^ value);
}
Remarks
This property is commonly used in conjunction with FilterPropertiesSource to specify the display name property in the custom class.
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

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback