Initialises a new instance of the PropertyGridRow class.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PropertyGridRow(
	Node node
)
Visual Basic (Declaration)
Public Sub New ( _
	node As Node _
)

Parameters

node
Type: Mindscape.WpfPropertyGrid..::.Node
The node displayed on this row.

See Also