Called when GridControl renders Row's background and provides a way to specify a custom Brush.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public event EventHandler<GridControlRowBrushEventArgs> RowBackground
Visual Basic
Public Event RowBackground As EventHandler(Of GridControlRowBrushEventArgs)
Visual C++
public:
 event EventHandler<GridControlRowBrushEventArgs^>^ RowBackground {
	void add (EventHandler<GridControlRowBrushEventArgs^>^ value);
	void remove (EventHandler<GridControlRowBrushEventArgs^>^ value);
}
F#
member RowBackground : IEvent<EventHandler<GridControlRowBrushEventArgs>,
    GridControlRowBrushEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'GridControlRowBrushEventArgs>)>)>

See Also