Property AllowsMarking NamespaceTerminal.Gui AssemblyTerminal.Gui.dll AllowsMarking Gets or sets whether this ListView allows items to be marked. public bool AllowsMarking { get; set; } Property Value bool Set to true to allow marking elements of the list. Remarks If set to true, ListView will render items marked items with "[x]", and unmarked items with "[ ]" spaces. SPACE key will toggle marking. The default is false.