Table of Contents
CheckedItems Property

Get a list that contains all checked items.

Syntax
 public GridItem[] CheckedItems { get; }
Remarks

An item is considered checked when it is checked on the first CheckBoxColumn.

See Also