Intersoft ClientUI Documentation
ValueListSource Property



Gets or sets a collection used as value list source of this column.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ValueListSource As IEnumerable
Dim instance As UXGridViewBoundColumn
Dim value As IEnumerable
 
instance.ValueListSource = value
 
value = instance.ValueListSource
[CategoryAttribute("Common Properties")]
public IEnumerable ValueListSource {get; set;}
[CategoryAttribute("Common Properties")]
public:
property IEnumerable^ ValueListSource {
   IEnumerable^ get();
   void set (    IEnumerable^ 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

UXGridViewBoundColumn Class
UXGridViewBoundColumn Members

Send Feedback