Arguments of GridControl.RowBackground and GridControl.RowForeground events that provide information about Row.

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

Syntax

C#
public class GridControlRowBrushEventArgs : EventArgs
Visual Basic
Public Class GridControlRowBrushEventArgs
	Inherits EventArgs
Visual C++
public ref class GridControlRowBrushEventArgs : public EventArgs
F#
type GridControlRowBrushEventArgs =  
    class
        inherit EventArgs
    end

Remarks

It's possible to specify a new Brush to be used while background and foreground drawing.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Dapfor.Wpf.Controls..::..GridControlRowBrushEventArgs

See Also