Intersoft ClientUI Documentation
SeparatorBrush Property (UXGridViewRowHeader)



Gets or sets the Brush used to paint the row header separator lines.
Syntax
<CategoryAttribute("Brushes")>
Public Property SeparatorBrush As Brush
Dim instance As UXGridViewRowHeader
Dim value As Brush
 
instance.SeparatorBrush = value
 
value = instance.SeparatorBrush
[CategoryAttribute("Brushes")]
public Brush SeparatorBrush {get; set;}
[CategoryAttribute("Brushes")]
public:
property Brush^ SeparatorBrush {
   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

UXGridViewRowHeader Class
UXGridViewRowHeader Members

Send Feedback