SelectedItems Property SelectedItems When implemented by a class, gets or sets the list of currently selected grid items. Declaration IEnumerable<DesignItem> SelectedItems { get; set; } Property Value Type Description System.Collections.Generic.IEnumerable<DesignItem>