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.3179.0 (4.8.3179.0)
Syntax
C#
public RowSelectionItemController(
	IRowSelection doc,
	RowSelectionController parent
)

Parameters

doc  IRowSelection

[Missing <param name="doc"/> documentation for "M:Altaxo.Gui.Data.Selections.RowSelectionItemController.#ctor(Altaxo.Data.Selections.IRowSelection,Altaxo.Gui.Data.Selections.RowSelectionController)"]

parent  RowSelectionController

[Missing <param name="parent"/> documentation for "M:Altaxo.Gui.Data.Selections.RowSelectionItemController.#ctor(Altaxo.Data.Selections.IRowSelection,Altaxo.Gui.Data.Selections.RowSelectionController)"]

See Also