Intersoft ClientUI Documentation
FilterMemberPath Property (UXDataSearchBox)



Gets or sets member path used in the filter descriptor.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FilterMemberPath As String
Dim instance As UXDataSearchBox
Dim value As String
 
instance.FilterMemberPath = value
 
value = instance.FilterMemberPath
[CategoryAttribute("Common Properties")]
public string FilterMemberPath {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ FilterMemberPath {
   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

UXDataSearchBox Class
UXDataSearchBox Members

Send Feedback