Provides information on the Row in the GridControl.

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

Syntax

C#
public GridControlRowExpansionEventArgs(
	GridControl grid,
	Row row,
	bool newValue
)
Visual Basic
Public Sub New ( 
	grid As GridControl,
	row As Row,
	newValue As Boolean
)
Visual C++
public:
GridControlRowExpansionEventArgs(
	GridControl^ grid, 
	Row^ row, 
	bool newValue
)
F#
new : 
        grid : GridControl * 
        row : Row * 
        newValue : bool -> GridControlRowExpansionEventArgs

Parameters

grid
Type: Dapfor.Wpf.Controls..::..GridControl
The grid.
row
Type: Dapfor.Wpf.Controls..::..Row
The row.
newValue
Type: System..::..Boolean
New value indicating whether the Row is expanded.

See Also