Intersoft ClientUI Documentation
PropertyValueCellStyleSelector Property (UXQueryBuilder)



Gets or sets the value of proprety value cell style selector.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PropertyValueCellStyleSelector As StyleSelector
Dim instance As UXQueryBuilder
Dim value As StyleSelector
 
instance.PropertyValueCellStyleSelector = value
 
value = instance.PropertyValueCellStyleSelector
[CategoryAttribute("Common Properties")]
public StyleSelector PropertyValueCellStyleSelector {get; set;}
[CategoryAttribute("Common Properties")]
public:
property StyleSelector^ PropertyValueCellStyleSelector {
   StyleSelector^ get();
   void set (    StyleSelector^ 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

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback