Property MarkMultiple
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.