[]
Collection of selected items of FlexGrid.
public class GridSelectedItemsCollection : IReadOnlyList<object>, IReadOnlyCollection<object>, IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| Count | The number of selected items. |
| IsReadOnly | |
| this[int] | The selected item at the specified |
| Name | Description |
|---|---|
| Add(object) | |
| Clear() | |
| Contains(object) | |
| CopyTo(object[], int) | |
| GetEnumerator() | |
| IndexOf(object) | |
| Insert(int, object) | |
| Remove(object) | |
| RemoveAt(int) |
| Name | Description |
|---|---|
| CollectionChanged |