Intersoft ClientUI Documentation
FilterPropertiesSource Property



Gets or sets the value of filter properties source.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FilterPropertiesSource As IEnumerable
Dim instance As UXQueryBuilder
Dim value As IEnumerable
 
instance.FilterPropertiesSource = value
 
value = instance.FilterPropertiesSource
[CategoryAttribute("Common Properties")]
public IEnumerable FilterPropertiesSource {get; set;}
[CategoryAttribute("Common Properties")]
public:
property IEnumerable^ FilterPropertiesSource {
   IEnumerable^ get();
   void set (    IEnumerable^ value);
}
Remarks
FilterPropertiesSource provides an alternate way of listing properties of UXQueryBuilder if using ObjectType is not desirable.
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