Table of Contents

Property MultiSelectedRegions

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

MultiSelectedRegions

When MultiSelect is enabled, contains all rectangles of selected cells. Rectangles describe column/row regions selected in Table (not screen coordinates). Use Value to read the current selection state (cursor + regions).

public Stack<TableSelectionRegion> MultiSelectedRegions { get; }

Property Value

Stack<TableSelectionRegion>