Xceed DataGrid for Silverlight Documentation
AlternatingBackground Property


Gets or sets the brush that will be used as the alternating data-row background
Syntax
'Declaration
 
Public Property AlternatingBackground As Brush
'Usage
 
Dim instance As DataRow
Dim value As Brush
 
instance.AlternatingBackground = value
 
value = instance.AlternatingBackground
public Brush AlternatingBackground {get; set;}

Property Value

The Brush that will be used as the alternating data-row background.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataRow Class
DataRow Members

Send Feedback