Intersoft ClientUI Documentation
RowBackground Property



Gets or sets the Brush that is used to paint row backgrounds.
Syntax
<CategoryAttribute("Brushes")>
Public Property RowBackground As Brush
Dim instance As UXGridView
Dim value As Brush
 
instance.RowBackground = value
 
value = instance.RowBackground
[CategoryAttribute("Brushes")]
public Brush RowBackground {get; set;}
[CategoryAttribute("Brushes")]
public:
property Brush^ RowBackground {
   Brush^ get();
   void set (    Brush^ 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

UXGridView Class
UXGridView Members

Send Feedback