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)

Collapse imageSyntax

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

Collapse imageRemarks

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

Collapse imageInheritance Hierarchy

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

Collapse imageSee Also