Property ShowMarks
ShowMarks
Gets or sets whether mark glyphs (checkboxes/radio buttons) are visually displayed.
public bool ShowMarks { get; set; }
Property Value
Remarks
When true, marks are rendered with glyphs: checkboxes (☒/☐) when MarkMultiple is true, or radio buttons (◉/○) when false.
When false, marks can still exist and affect rendering through visual roles (e.g., Highlight), but no glyphs are shown. The default is false.
The SPACE key toggles marking regardless of this property's value.