Intersoft ClientUI Documentation
GroupConverter Property



Gets or sets the group value converter.
Syntax
<CategoryAttribute("Common Properties")>
<DefaultValueAttribute()>
Public Property GroupConverter As IValueConverter
Dim instance As UXGridViewBoundColumn
Dim value As IValueConverter
 
instance.GroupConverter = value
 
value = instance.GroupConverter
[CategoryAttribute("Common Properties")]
[DefaultValueAttribute()]
public IValueConverter GroupConverter {get; set;}
[CategoryAttribute("Common Properties")]
[DefaultValueAttribute()]
public:
property IValueConverter^ GroupConverter {
   IValueConverter^ get();
   void set (    IValueConverter^ 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