Click or drag to resize

RowSelectionItemController Constructor

Initializes a new instance of the RowSelectionItemController class.

Namespace: Altaxo.Gui.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RowSelectionItemController(
	IRowSelection doc,
	RowSelectionController parent
)

Parameters

doc  IRowSelection
The row selection.
parent  RowSelectionController
The parent controller.
See Also