Intersoft ClientUI Documentation
FilterMemberPath Property (UXDataFilter)



Gets or sets the id member path that will be used to generate the filter descriptors.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FilterMemberPath As String
Dim instance As UXDataFilter
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

UXDataFilter Class
UXDataFilter Members

Send Feedback