Intersoft ClientUI Documentation
PropertyValueCellStyleSelector Property (UXPropertyGrid)



Gets or sets the style selector that is used when rendering the property value cell.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PropertyValueCellStyleSelector As StyleSelector
Dim instance As UXPropertyGrid
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

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback