Table of Contents

Property MarkMultiple

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

MarkMultiple

Gets or sets whether multiple items can be marked simultaneously.

public bool MarkMultiple { get; set; }

Property Value

bool

true to allow multiple marks (checkbox style); false for single mark (radio button style). The default is false.

Remarks

When true, marking one item does not clear others (checkbox behavior). When false, marking one item clears all other marks (radio button behavior).

Marks can exist and be set regardless of the ShowMarks property value. ShowMarks only controls whether mark glyphs are visually displayed.