Click or drag to resize

RowSelectionControllerRowSelections Property

Gets the editable list of row selections.

Namespace: Altaxo.Gui.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<RowSelectionItemController> RowSelections { get; }

Property Value

ObservableCollectionRowSelectionItemController
See Also